Vidyalelo
C Programming · Q185

Pointer

Programming · C Programming · question 185

Q185

What will be the output of the following C statement? (assuming the input is "cool brother in city") printf(“%s ”, argv[argc]);

A.
(null)
Answer
B.
City
C.
In
D.
Segmentation Fault

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board