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

#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }

1 Answers   Infosys,


if there is binary tree which one is the easiest way to delete all child node?

1 Answers   Persistent,


How do you define/declare constants in c++?

0 Answers  


What does h mean in maths?

0 Answers  


why and when we can declar member fuction as a private in the class?

0 Answers  






What is scope resolution operator in c++ with example?

0 Answers  


What is RTRT tool?can it be used for automation?can it work on packet PC?

3 Answers  


Which is the best c++ compiler?

0 Answers  


What do you mean by function pointer?

0 Answers  


If we declare two macro with the same identifier without doing undef the first, what will be the result? eg: #define MAX_SIZE 100 #define MAX_SIZE 200 int table1[MAX_SIZE];

3 Answers  


Can I learn c++ without knowing c?

0 Answers  


What is the importance of mutable keyword?

0 Answers  


Categories