Vidyalelo
C Programming · Q57

Operators and Expressions

Programming · C Programming · question 57

Q57

Which of the following % operation is invalid?

A.
2 % 4;
B.
2 % 4l;
C.
2 % 4f;
Answer
D.
Both 2 % 4l; and 2 % 4f;

Answer: Option C

Solution

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