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
→
Which of the following data type will th...
Q.
Which of the following data type will throw an error on modulus operation(%)?
A.
char
B.
short
C.
int
D.
float
Answer» D. float
819
0
Do you find this helpful?
7
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;
Which of the following is a User-defined data type?
What error is generated on placing an address operator with a variable in the printf statement?
What error will generate if the read and write parameters are not separated by commas?
What error will be generated on using incorrect specifier for the datatype being read?
Which of the following is not an arithmetic operation?
Which among the following are the fundamental arithmetic operators, i.e, performing the desired operation can be done using that operator only?
Which data type is most suitable for storing a number 65000 in a 32-bit system?
The format identifier ‘%i’ is also used for _____ data type.
What is the size of an int data type?