1.

The number of tokens in the following C code segment isswitch(inputvalue){case 1 : b = c * d; break;default : b = b++; break;}

A. 27
B. 29
C. 26
D. 24
Answer» D. 24


Discussion

No Comment Found