1.

*/*_Determine Output:void main(){ char a[]="12345"; int i = strlen(a); printf("%d", ++i);}?

A. 5
B. 6
C. 7
D. None of These
Answer» C. 7


Discussion

No Comment Found