What are the fundamental features of an object-oriented language?
Without using third variable write a code to swap two numbers.
Write a program that can take input from 3 to 8 and calculate the average?
Describe the different styles of function prototypes in C++.
Discuss the role of C++ shorthands.
Execute the qsort () in c/sort() in c++ library or your own custom sort which will sort any type of data on user defined criteria.
Mention the default functions in C++, how would you detect that error has occurred inside the constructor and destructor.
What is C++11?
What is latest update of C++ ?
Discuss about iteration statements in C++ .
In C++ what is a vtable and how does it work?
What is a memory leak in C++?
Difference between Call by pointer and by reference.
How does stack look in function calls? When does stack overflow? What can you do to remedy it?
How does stack look in function calls? Write a recursive function call, how will the stack look like?