Q47
What will be the output of the following C code? #include void main() char *a[3] = "hello", "this"; printf("%s", a[1]);
A.
hello
B.
Varies
C.
this
AnswerD.
Compile time error
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board