What is #include cmath?



What is #include cmath?..

Answer / Himanchal

#include <cmath> includes the C math library header file, providing mathematical and trigonometric functions in C++.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

how many controls can we place on single form.

1 Answers   Microsoft,


Which programming language's unsatisfactory performance led to the discovery of c++?

1 Answers  


What information can an exception contain?

1 Answers  


I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.

1 Answers  


What does I ++ mean in c++?

1 Answers  


What are references in c++? What is a local reference?

1 Answers  


What is heap sort in c++?

1 Answers  


What are the different types of comments allowed in c++?

1 Answers  


Which one of the following describes characteristics of "protected" inheritance? a) The base class has access only to the public or protected members of the derived class. b) The derived class has non-public, inheritable, access to all but the private members of the base class. c) The derived class has access to all members of the base class. d) The private members of the base class are visible within the derived class. e) Public members of the derived class are privately accessible from the base class.

4 Answers   Quark,


Does c++ have a hash table?

1 Answers  


Define Virtual function in C++.

1 Answers   iNautix,


What are the various oops concepts in c++?

1 Answers  


Categories