Q237
What will be the output of the following C code? char str[] =”Too Good”; printf(“ %7s”,str);
A.
Too Good
AnswerB.
Too G
C.
Too Go
D.
Too
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board