Answer Posted / sachin
enum Flag {Yes, No};
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is a singleton class c++?
What is a stack? How it can be implemented?
What are namespaces in c++?
What is iterator in c++?
Write a program in C++ for Fibonacci series
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 c++ used for in games?
Evaulate: 22%5 a) 2 b) 4 c) 0
Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?
What is stack unwinding?
You run a shell on unix system. How would you tell which shell are you running?
Which one between if-else and switch is more efficient?
How do you invoke a base member function from a derived class in which you’ve overridden that function?
Explain what is class definition in c++ ?
Does there exist any other function which can be used to convert an integer or a float to a string?