1.

void main(){ char *p=""s"Hello"; printf("%s",p); } What is the output of the above program?

A. sHello
B. s
C. Hello
D. error
Answer» E.


Discussion

No Comment Found