Answer Posted / sachin
enum Flag {Yes, No};
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the difference between the functions memmove() and memcpy()?
What is the use of endl in c++ give an example?
What does catch(…) mean?
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
What does n mean in c++?
Define private, protected and public access control.
What is a multimap c++?
What is constructor and destructor in c++?
an operation between an integer and real always yeilds a) integer result b) real result c) float result
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
what kind of projects are suitable for c and c++
Which compiler does turbo c++ use?
Write a program to add three numbers in C++ utilizing classes.
Explain what are the sizes and ranges of the basic c++ data types?
In a function declaration, what does extern mean?