1.

Pick out the correct syntax of the header file that can be used with C++.

A. #include <float>
B. #include <float.h>
C. Both #include <float> & #include <float.h>
D. #include <flot.h>
Answer» C. Both #include <float> & #include <float.h>


Discussion

No Comment Found