The number of tokens in the following C program
int main() {
float p = 2.33;
double q = 19;
if(p != q)
printf("p = %f", p++);
else
printf("q = %lf", ++q);
}
What is the number of tokens?
Enter numerical value using the virtual keypad. Round off where necessary.