Interview Questions And Answers

Q: - Can a derived class make a public base function private?

Yes

C++ used for:

C++ is a powerful general-purpose programming language. It can be used to create small programs or large applications

Submitted By:-Nazir            Email-ID: - bbenazir44@yahoo.com

Q: - What Is an Array?

An array is a collection of data storage locations, each of which holds the same type of data. Each storage location is called an element of the array.


Submitted By:-Nazir            Email-ID: - bbenazir44@yahoo.com

Q: - What is in an uninitialized array element?

Whatever happens to be in memory at a given time. The results of using this member without assigning a value are unpredictable.

Submitted By:-David            Email-ID: - David_Willa121@yahoo.com