Is c++ a float?
No Answer is Posted For this Question
Be the First to Post Answer
How is data hiding achieved in c++?
Disadvantages of c++
Why was c++ created?
Does c++ support multilevel and multiple inheritances?
What are the important differences between c++ and java?
What is a map in c++?
When to use “const” reference arguments in a function?
What are different types of typecasting supported by C++
why we cant create array of refrences
class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;
What is different in C++, compare with unix?
What is setw manipulator in c++?