Q128
Explain the format string "%5d%s %c"
A.
five characters as a decimal integer, then reads the remaining as a string and then scans the first non-whitespace character
AnswerB.
compile error
C.
run-time error
D.
read first five characters as a decimal and ignore the rest
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board