When must you use a pointer rather than a reference?
What is the difference between #import and #include?
Generally variables are stored in heap memory. When he variables are created in stack?
How the keyword struct is different from the keyword class in c++?
Is c++ a good first language to learn?
Describe private, protected and public – the differences and give examples.
Explain shallow copy?
Which is the best c++ compiler for beginners?
What is a concrete class?
What is null pointer and void pointer?
C is to C++ as 1 is to a) What the heck b) 2 c) 10
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
Explain the concept of inheritance in C++.