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
What is difference between class and function?
Can a constructor throw a exception? How to handle the error when the constructor fails?
What does h mean in maths?
Why is c++ difficult?
Explain what happens when a pointer is deleted twice?
Can member data be public?
what is a reference variable in C++?
Is arr and &arr are same expression for an array?
Describe public access specifiers?
What is searching? Explain linear and binary search.
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
What is std :: endl?