What is null pointer and void pointer?
No Answer is Posted For this Question
Be the First to Post Answer
How to construct virtual constructor
6 Answers CIStems Software, Symphony,
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.
Adobe Interview & Adobe Placement Paper
What are the different data types present in C++?
How can you quickly find the number of elements stored in a dynamic array?
What is a constructor in c++ with example?
Can you declare an array without a size in c++?
What is the c++ programming language used for?
What are the benefits of oop in c++?
What is a binary file? List the merits and demerits of the binary file usagein C++.
Ask to write virtual base class code?
if i want cin 12345678910 and cout abcdefghij. so how can i create the program?. example : if i key in 8910 so the answer is ghij.