What does floor mean in c++?



What does floor mean in c++?..

Answer / Ajendra Singh

The C++ function <code>floor()</code> is a built-in mathematical function used to round a number downwards to its nearest integer value. It can be applied to float and double data types.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

How long it will take to learn c++?

1 Answers  


Is there any difference between dlearations int* x and int *x? If so tell me the difference?

16 Answers   Lason,


What is the full form of stl in c++?

1 Answers  


How a new element can be added or pushed in a stack?

1 Answers  


What are smart pointer? Whats its use?

1 Answers   CTS,


Explain the scope resolution operator?

2 Answers  


Write about the scope resolution operator?

1 Answers  


What do you mean by storage classes?

2 Answers  


What is purpose of abstract class?

1 Answers  


Can there be at least some solution to determine the number of arguments passed to a variable argument list function?

1 Answers  


What is the difference between public, private, and protected access?

1 Answers  


To what does “event-driven” refer?

1 Answers  


Categories