Vidyalelo
C Programming · Q201

C Fundamentals

Programming · C Programming · question 201

Q201

What will be the output of the following C code? #include int main() printf("C programming %s", "Class by %s Shyam", "WOW");

A.
C programming Class by
WOW Shyam
B.
C programming Class byn%s Shyam
C.
C programming Class by
%s Shyam
Answer
D.
Compilation error

Answer: Option C

Solution

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