What do you mean by public protected and private in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What gives the current position of the put pointer?
What is a constant? Explain with an example.
How long does this loop run: for(int x=0; x=3; x++) a) Never b) Three times c) Forever
17 Answers Datavance, Quark, VEL, Wipro,
What is pair in c++?
Describe the main characteristics of static functions?
Why namespace is used in c++?
Which is the best c++ software?
Which sort does c++ use?
What is a dangling pointer?
Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers
How can a called function determine the number of arguments that have been passed to it?
Define copy constructor.