McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2024
→
Bachelor of Business Administration in ...
→
C Language
→
Managing IO Operations
→
The syntax to print a % using printf sta...
Q.
The syntax to print a % using printf statement can be done by ________
A.
%
B.
\%
C.
‘%’
D.
%%
Answer» D. %%
2.9k
0
Do you find this helpful?
12
View all MCQs in
C Language
Discussion
No comments yet
Login to comment
Related MCQs
The syntax of printf() function is printf(“control string”, variable list) ;what is the prototype of the control string?
Comment on the following statement n = 1; printf("%d, %dn", 3*n, n++);
What error is generated on placing an address operator with a variable in the printf statement?
What are the Properties of the first argument of a printf() functions?
The parameter control string in the printf () is a C String that contains text to be __________
For floating point numbers, the precision flag specifies the number of decimal places to be printed. When no precision modifier is specified, printf() prints _______
What will the given code result in printf(“\n you are\”awesome \" ");?
What will be the output for the given code printf(“\n The number is %07d”,1212);
Which among the following are the fundamental arithmetic operators, i.e, performing the desired operation can be done using that operator only?
The syntax of the scanf() is scanf(“control string “, arg1,arg2,arg3,….,argn); the prototype of control string is ____________