Usage of min function

#includeiostream
using namespace std;
int main()
{
coutmin(6,1);
return 0;
}

Posted on by