What is data type in c++?
No Answer is Posted For this Question
Be the First to Post Answer
class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;
Is c++ a float?
How delete [] is different from delete?
Write a C++ Program to check whether a number is prime number or not?
What is an inline function in c++?
What's the best free c++ profiler for windows?
Why do we use classes in c++?
What type of question are asked in GE code writing test based on c++ data structures and pointers?
What is binary object model?
How important is c++?
How can you link a c program with a c function?
What are Virtual Functions? How to implement virtual functions in "C" ?