What are static type checking?
No Answer is Posted For this Question
Be the First to Post Answer
How is c++ different from java?
What is the role of copy constructor in copying of thrown objects?
Explain the difference between realloc() and free() in c++?
Which sort does c++ use?
What are enumerations?
What is c++ hash?
Which compiler does turbo c++ use?
Given a simple program designed to take inputs of integers from 1-1000 and to output the factorial value of that number, how would you test this program? You do not have access to the code. Please be as specific as possible.
class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;
Explain what is oop?
What is a dangling pointer in c++?
Tell me what are static member functions?