InterviewSolution
Saved Bookmarks
| 1. |
To which type does the numeric limits are suitable?(a) Character types(b) Mixed type(c) Arithmetic types(d) Relational typesI got this question in a national level competition.Query is from Numeric Limits topic in section Strings, Streams & Numerics in C++ of C++ |
|
Answer» The CORRECT option is (c) ARITHMETIC TYPES |
|