What is iterator in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Why for local variables the memory required to hold the variable is allocated from the program stack and for new its allocated from the heap?
What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass
What is function prototyping? What are its advantages?
What is c++ virtual inheritance?
Give example of a pure virtual function in c++?
Is java a c++?
I want to write a C++ language program that: 1. 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. The program should work for squares of all side sizes between 1 and 20.
What is a null object in c++?
write a programming using for loop in c++ to generate diamond trangel?
Is it possible for the objects to read and write themselves?
When you overload member functions, in what ways must they differ?
List out some of the OODBMS available?