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. ?
What are Agilent PRECOMPILERS?
Write a syntax and purpose of switch statement.
Explain the importance of method overloading in C++?
What do you by Function Overloading in C++?
What is constant keyword in C++? Illustrate its various uses.
Explain the operator overloading feature in C++ ?
Explain function prototypes in C++.
In C++ what is the meaning of data hiding?