InterviewSolution
Saved Bookmarks
| 1. |
Which of the following data type will throw an error on modulus operation(%)?(a) char(b) short(c) int(d) floatI got this question in an interview.This key question is from Arithmetic Operators in division Data Types, Operators and Expressions in C of C |
|
Answer» CORRECT ANSWER is (d) float To EXPLAIN: NONE. |
|