1.

What will be the value of count after the following program is executed? main() { int count, digit=0; count=1; while(digit

A. 10
B. 9
C. 12
D. 11
Answer» E.


Discussion

No Comment Found