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

What is an incomplete type in c++?

0 Answers  


what is smart pointer & use of the smart pointer ???

2 Answers  


how many rounds and wt type of questios ask in the written test for first round 2. tech. round 3. and futher rounds

0 Answers   Thought Works,


What is extern c++?

0 Answers  


Difference between a homogeneous and a heterogeneous container

0 Answers  


If all is successful, what should main return a) 0 b) 1 c) void

0 Answers  


Explain this pointer?

0 Answers  


Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?

0 Answers  


What is lambda in c++?

0 Answers  


What is stream and its types in c++?

0 Answers  


How do I write a c++ program?

0 Answers  


Which uses less memory? a) struct astruct { int x; float y; int v; }; b) union aunion { int x; float v; }; c) char array[10];

4 Answers   Quark,


Categories