-
A.
C programming Class by <br>WOW atnyla
-
B.
C programming Class by\n%s atnyla
-
C.
C programming Class by <br>%s Sanfoundry
-
D.
Compilation error
Correct Option: CExplanation: Answer:c
This program has only one %s within first double quotes, so it does not read the string "WOW".
The %s along with the Sanfoundry is not read as a format modifier while new line character prints the new line.
Output:
$ cc pgm2.c
$ a.out
C programming Class by
%s atnyla