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?
How will you execute a stack using a priority queue? (Push and pop should be in O (1)).
How will you print a list of all unique words from a string which may contain repeated words?
Implement a 2D bit-matrix representing monochrome pixels which will have only OFF/ON values and will take on an average only one bit of memory for each stored bit. How to perform various operations on it?
What do you know about Volatile keyword in C++? Explain with an example code.
What is meant by exit controlled loop?
What is the meaning of the following declaration: int *const *const *i?
Do you know about Agilent PRECOMPILERS. ?