If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first
a) 1
b) 5
c) 3
No Answer is Posted For this Question
Be the First to Post Answer
int *p = NULL; printf("%1d",p) ; what will be the output of this above code?
How do you remove an element from a set in c++?
What are c++ stream classes?
What is the function of the keyword ‘volatile’ in C++?
What are the advantages of using typedef in a program?
write the prime no program in c++?
What is conversion constructor?
What is function prototyping?
What are default parameters? How are they evaluated in c++ function?
Write about c++ storage classes?
Why do we need constructors in c++?
Why do we use double in c++?