adplus-dvertising
frame-decoration

Question

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.

None of the mentioned

Answer: (b).#include <float.h>

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

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