What will be the output of the following C statement? (assuming the input is “cool brother in city”)
printf(“%s\n”, argv[argc]);
Answer: A
No answer description available for this question.