Which statement requires the inclusion of the library ?

A. cout.precision(4)
B. if(condition)
C. pow( )
D. int main()

A

Computer Science & Information Technology

You might also like to view...

Which of the following statements gets a string from the keyboard until the newline character is encountered and assigns the string to a variable named myStr?

A. getline(cin, myStr, '/n'); B. getline(myStr, cin); C. getline(myStr, cin, '\n'); D. getline(cin, myStr);

Computer Science & Information Technology

Which component may be considered a field replaceable unit (FRU)?

A. LCD screen B. power supply C. hard drive D. All of the above

Computer Science & Information Technology