Q242
Which of the following format identifier can never be used for the variable var? #include int main() char *var = "The quick brown fox jumps over the lazy dog";
A.
%f
AnswerB.
%d
C.
%c
D.
%s
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board