InterviewSolution
Saved Bookmarks
| 1. |
Which of the following % operation is invalid?(a) 2 % 4;(b) 2 % 4l;(c) 2 % 4f;(d) Both 2 % 4l; and 2 % 4f;The question was asked in class test.The question is from Float Datatype in section Floating Point & Sizeof Operator in C of C |
|
Answer» CORRECT ANSWER is (C) 2 % 4f; Explanation: None. |
|