1.

What will be the output of the following code? Int main(){char str[9]="My Computer";printf("%s\n",str);return 0;}

A. mycompute
B. syntax error
C. runtime error
D. none of these
Answer» C. runtime error


Discussion

No Comment Found