If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()
What is a multimap c++?
What are compilers in c++?
What is a map in c++?
What is auto type c++?
You run a shell on unix system. How would you tell which shell are you running?
Why namespace is used in c++?
Differentiate between an array and a list?
When do we use copy constructors?
Can member data be public?
Explain what are accessor methods?
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
Ask to write virtual base class code?
What is abstract keyword in c++?