Answer Posted / sachin
enum Flag {Yes, No};
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is a map in c++?
How does c++ sort work?
why is c++ called oops? Explain
Why is main an int?
Explain stack & heap objects?
Write is a binary search tree? Write an algo and tell complexity?
What is the best c++ book for beginners?
What are namespaces in c++?
What is :: operator in c++?
What is the use of register keyword with the variables?
what is oops and list its features in c++?
Difference between pass by value and pass by reference?
What is the difference between a pointer and a link in c ++?
Write about the use of the virtual destructor?
Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?