The file which must appear in a #include preprocessor statement if you are using the fabs function is …
A. iostream
B. iomanip
C. cmath
D. string
C. cmath
Computer Science & Information Technology
You might also like to view...
What is meant by a fixed-width page design?
What will be an ideal response?
Computer Science & Information Technology
What are SIFS and DIFS, and why are they needed?
What will be an ideal response?
Computer Science & Information Technology
What is the output of this code?
``` int main() { int x; if(x == 2) { cout<<”x is 2”; } else { cout<<”x is not 2”; x = x + 5; return 0; } ``` A. No output. B. x is 2 C. x is not 2 D. x is never initialized, so it won’t compile.
Computer Science & Information Technology
The ________ prefix is used to refer to fields in a recordset
Fill in the blank(s) with correct word
Computer Science & Information Technology