Logo 
Search:

C++ Programming FAQ

Submit Interview FAQ
Home » Interview FAQ » C++ ProgrammingRSS Feeds

Which of the following statements require the header file to be included?

  Shared By: Jackson Bouchard    Date: Nov 25    Category: C++ Programming    Views: 768

Answer:

Options

a) a=b/c;
b) cout << a;
c) c=sqrt(a);
d) Both a and c


Answer : d) Both a and c

Share: 
 


Related Topics:

Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: