Q157
What will be the output of the following C code? #include int main() char *a = "p", "r", "o", "g", "r", "a", "m"; printf("%s", a);
A.
Output will be program
B.
Output will be p
AnswerC.
No output
D.
Compile-time error
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board