Vidyalelo
C Programming · Q242

C Fundamentals

Programming · C Programming · question 242

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
Answer
B.
%d
C.
%c
D.
%s

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board