McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2025
→
Bachelor of Business Administration in ...
→
C Language
→
Introduction to C Language
→
By default a real number is treated as a
Q.
By default a real number is treated as a
A.
A.float
B.
B.double
C.
C.long double
D.
D. far double
Answer» B. B.double
1.2k
0
Do you find this helpful?
2
View all MCQs in
C Language
Discussion
No comments yet
Login to comment
Related MCQs
What is the default return-type of getchar()?
Variable name resolution (number of significant characters for the uniqueness of variable) depends on ___________
Which data type is most suitable for storing a number 65000 in a 32-bit system?
Which header file includes a function for variable number of arguments?
What specifies the minimum number of characters to print after being padded with zeros or blank spaces?
The maximum number of characters to be printed is specified by __________
If by mistake you specify more number of arguments, the excess arguments will ____________
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 be the output for the given code printf(“\n The number is %07d”,1212);
_____ is an optional argument that gives the maximum number of characters to be read.