What is the use of cmath in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Can we define a constructor as virtual in c++?

0 Answers  


Can a Structure contain a Pointer to itself?

0 Answers  


How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?

0 Answers   Yahoo,


What is the difference between an array and a list?

0 Answers  


Is c++ vector a linked list?

0 Answers  






Why c++ is so important?

0 Answers  


class HasStatic { static int I; }; Referring to the sample code above, what is the appropriate method of defining the member variable "I", and assigning it the value 10, outside of the class declaration? a) HasStatic I = 10; b) int static I = 10; c) static I(10); d) static I = 10; e) int HasStatic::I = 10;

1 Answers   Quark,


What is singleton pattern in c++?

0 Answers  


How does atoi function work?

0 Answers  


How can we read/write Structures from/to data files?

0 Answers  


Explain virtual destructor?

0 Answers  


When is the copy constructor called?

0 Answers  


Categories