User Profile
Collapse
-
yes i believe thats the right answer. Thank you... -
As per the 9th commandment, can someone explain why the below line gets printed
unsigned int i = 5;
int j = -20;
if(i+j > 5)
printf(">5=%d\n ",i+j); //why this gets printed
else
printf("<5=%d\n ",i+j);Leave a comment:
No activity results to display
Show More
Leave a comment: