STL (140)
OOPS (873)
C++ General (2409)
How many times will this loop execute? Explain your answer.
how to use C++?
Difference between pointer to constant and constant pointer to a constant. Give example.
What is the full form of dos?
What does and I oop mean in text?
Do you know the use of vtable?
How do you invoke a base member function from a derived class in which you have not overridden that function?
When must you use a pointer rather than a reference?
What are the 2 main types of data structures?
Can I create my own functions in c++?
What is stream and its types in c++?
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
Why is it necessary to use a reference in the argument to the copy constructor?
Is java the same as c++?
Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---