Q76
Pick out the correct syntax of the header file that can be used with C++.
A.
#include <float>
B.
#include <float.h>
AnswerC.
Both #include <float> & #include <float.h>
D.
#include <flot.h>
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board