Home » C++ Programming » Numbers » Question
  1. Which header file is used for the numeric limits in C++?
    1. <limits>
    2. <number>
    3. <iostream>
    4. All of above
    5. None of these
Correct Option: A

<limits>; header file will be used for numeric limits in C++.



Your comments will be displayed only after manual approval.