60 Predict the output: int main () { int i=2,b=24; printf ( "%d" ); return 0; } Output: 24 Logic: %d will returns the Current G... Read More