Pick out the correct syntax of the header file that can be used with C++.
Posted: Wed Jul 13, 2022 7:53 pm
a) #include <float>
b) #include <float.h>
c) Both #include <float> & #include <float.h>
d) #include <flot.h>
b) #include <float.h>
c) Both #include <float> & #include <float.h>
d) #include <flot.h>