What is fixed in c++?
Answer / Dhirendra Kumar Singh
In C++, fixed is not a keyword. It is used in other programming languages like Java or C#.
| Is This Answer Correct ? | 0 Yes | 0 No |
What do you mean by translation unit?
what is polymorphism?
How does list r; differs from list r();?
Define basic type of variable used for a different condition in C++?
What is tellg () in c++?
Friend functions can access private and protected members of a class.
How do I use arrays in c++?
What does iomanip mean in c++?
What is a virtual destructor? Explain the use of it?
When can you tell that a memory leak will occur?
What is the need of a destructor? Explain with the help of an example.
Explain what are single and multiple inheritances in c++?