1.

The output of the following statements is char ch[6]={‘e’, ‘n’, ‘d’, ‘\0’, ‘p’}; printf(“%s”, ch);

A. endp
B. end0p
C. end
D. error
Answer» D. error


Discussion

No Comment Found