The number of tokens in the following C statement is
int i = 10;
float b = 12.0;
printf("x = %i, y = %f", i++, ++b);Enter numerical value using the virtual keypad. Round off where necessary.
The number of tokens in the following C statement is
int i = 10;
float b = 12.0;
printf("x = %i, y = %f", i++, ++b);Enter numerical value using the virtual keypad. Round off where necessary.