What is using namespace std in cpp?
Write some differences between an external iterator and an internal iterator?
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
What do you mean by const correctness?
What is a constructor in c++ with example?
Is c the same as c++?
Explain the purpose of the keyword volatile.
Which one is better- macro or function?
whats the size of class EXP on 32 bit processor? class EXP { char c1; char c2; int i1; int i2; char *ptr; static int mem; };
How can you create a virtual copy constructor?
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator
What programming language should I learn first?
What is a container class? What are the types of container classes?