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
→
Introduction to C Language
→
The format identifier ‘%i’ is also used ...
Q.
The format identifier ‘%i’ is also used for _____ data type.
A.
char
B.
int
C.
float
D.
double
Answer» B. int
2.4k
0
Do you find this helpful?
27
View all MCQs in
C Language
Discussion
No comments yet
Login to comment
Related MCQs
What is the type of the following assignment expression if x is of type float and y is of type int? y = x + y;
Explain the format string "%5d%s %c"
Which data type is most suitable for storing a number 65000 in a 32-bit system?
Which of the following is a User-defined data type?
What is the size of an int data type?
Which of the following data type will throw an error on modulus operation(%)?
Which of the following data-types are promoted when used as a parameter for an ellipsis?
What symbol is used to Left-justify within the data given field width?
The type va_list in an argument list is used ________
________is used to define the type and the interpretation of the value of the corresponding argument.