What is the basic structure of a c++ program?
No Answer is Posted For this Question
Be the First to Post Answer
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
What is a static element?
differance between copy & clon
What are the uses of pointers?
What is jump statement in C++?
What is a responder chain?
What is a try block?
What are the advantages of using pointers in a program?
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 the difference between cin.read() and cin.getline()?
Describe protected access specifiers?
What does obj stand for?