What are the types of array in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is pointer to member?
Name the operators that cannot be overloaded in C++?
Define a constructor?
What are the different types of variables in C++?
Describe new operator and delete operator?
what are Operators and explain with an example?
How long will it take to learn programming?
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
What is the header file for setw?
Write a program in C++ for Fibonacci series
0 Answers Axtria, ITC Indian Tobacco Company,
Which one of the following describes characteristics of "protected" inheritance? a) The base class has access only to the public or protected members of the derived class. b) The derived class has non-public, inheritable, access to all but the private members of the base class. c) The derived class has access to all members of the base class. d) The private members of the base class are visible within the derived class. e) Public members of the derived class are privately accessible from the base class.
What is "map" in STL?