1.

What will be the output of the following C statement? (assuming the input is Welcome to Interview mania )
printf( %s n , argv[argc]);

A. Interview
B. mania
C. Segmentation Fault
D. (null)
E. None of these
Answer» E. None of these


Discussion

No Comment Found