Answer Posted / sachin
enum Flag {Yes, No};
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is virtual function? Explain with an example
Explain the operation of overloading of an assignment operator.
What are the various compound assignment operators in c++?
Can we make any program in c++ without using any header file and what is the shortest program in c++.
What is the basic concept of c++?
Do vectors start at 0 c++?
How do you flush std cout?
Why do we need constructors in c++?
How do I tokenize a string in c++?
Explain how to initialize a const data member.
Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.
Which one is a preferred language C or C++? Why?
What is abstract class in c++?
What is the difference between C and CPP?
Do you know what is overriding?