1.

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

A. 5
B. 10
C. 25
D. 50
Answer» D. 50


Discussion

No Comment Found