1.

What is output of below program?int main(){int i,j,count;count=0;for(i=0; i

A. 55
B. 54
C. 1
D. 0
Answer» D. 0


Discussion

No Comment Found