Briefly explain various access specifiers in C++.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ Interview Questions

What does it mean to declare a member function as static in C++?

0 Answers   Amazon,


Explain the FOR loop with a help of a code.

0 Answers   Accenture,


Question on Copy constructor.

0 Answers   Alter,


What is wrong with this statement? std::auto_ptr ptr(new char[10]);

0 Answers   Amazon,


Identify the error in the following program. #include<iostream.h> void main() { int i = 0; i = i + 1; cout « i « " "; /*comment *//i = i + 1; cout << i; }

1 Answers  


To solve the 8 Queens problem, which algorithm is used?

0 Answers   Accenture,


Factory Method C++ – How to delete pointers returned by it

0 Answers  


What is the purpose of a constructor? Destructor?

0 Answers   Amazon,


How does stack look in function calls? When does stack overflow? What can you do to remedy it?

0 Answers   Adobe,


When must you use a constructor initializer list?

0 Answers   Amazon,


Write a program to input an integer from the keyboard and display on the screen “WELL DONE” that many times.

1 Answers  


What do you by Function Overloading in C++?

0 Answers   Akamai Technologies, Infogain,


Categories