Vidyalelo
C++ Programming · Q76

Standard Template Library (STL) in C++

Programming · C++ Programming · question 76

Q76

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

A.
#include <float>
B.
#include <float.h>
Answer
C.
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