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 |
How long it will take to learn c++?
Is there any difference between dlearations int* x and int *x? If so tell me the difference?
What is the full form of stl in c++?
How a new element can be added or pushed in a stack?
What are smart pointer? Whats its use?
Explain the scope resolution operator?
Write about the scope resolution operator?
What do you mean by storage classes?
What is purpose of abstract class?
Can there be at least some solution to determine the number of arguments passed to a variable argument list function?
What is the difference between public, private, and protected access?
To what does “event-driven” refer?