Write about the access privileges in c++ and also mention about its default access level?


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

Post New Answer

More C++ General Interview Questions

Consider the following code fragment: int main(void) { int m = 4; mystery ( m ); mystery ( m ); printf("%d", m); return 0; } What is the output on the monitor if mystery is defined as follows ? void mystery (int m) { m = m+3; }

2 Answers   CDAC, Wipro,


What is a map in c++?

0 Answers  


Is linux written in c or c++?

0 Answers  


What do you mean by translation unit?

0 Answers  


structure that describe a hotel with name, address,rooms and number of rooms

2 Answers  






Write about c++ storage classes?

0 Answers  


Explain friend class?

0 Answers  


How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?

0 Answers   Yahoo,


What is ios class in c++?

0 Answers  


How a pointer differs from a reference?

0 Answers  


What is enum c++?

0 Answers  


Do you know about C++ 11 standard?

0 Answers   Agilent, ZS Associates,


Categories