What does floor mean in c++?


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

Post New Answer

More C++ General Interview Questions

What happens when you make call 'delete this;'?

0 Answers  


What is the benefit of encapsulation?

0 Answers  


Differentiate between realloc() and free().

0 Answers  


What is the difference between public and private data members?

0 Answers  


What is size of a empty class?

7 Answers   Microsoft, Tata Elxsi, Wipro,






True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends

0 Answers  


Why are pointers not used in c++?

0 Answers  


Why #include is used?

0 Answers  


What new()is different from malloc()?

0 Answers  


What is flush c++?

0 Answers  


Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?

0 Answers  


If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?

0 Answers  


Categories