Sunday, 18 August 2013

how to compiler compile if statement

how to compiler compile if statement

main()
{
int k = 5;
if(++k <5 && k++/5 || ++k<=8); // how to compiler compile this statement
print f("%d",k);
}
// Here answer is 7 but why ?

No comments:

Post a Comment