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)
AnswerB.
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