What will the given code result in printf(“\n you are\”awesome \" ");?
(a) compile error
(b) run-time error
(c) you are "awesome"
(d) you are awesome
I have been asked this question in a job interview.
This is a very interesting question from printf in portion Input and Output in C of C