What is #include math h 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 the type of this pointer in c++?

0 Answers  


let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.

1 Answers  


what you know about c++?

0 Answers   IBS,


Why is c++ considered difficult?

0 Answers  


What is a .lib file in c++?

0 Answers  






Why do we need function?

0 Answers  


Can you use the function fprintf() to display the output on the screen?

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,


What is the use of static functions?

10 Answers   Symphony,


What is a string example?

0 Answers  


How to declare an array of pointers to integer?

0 Answers  


What is new in c++?

0 Answers  


Categories