What are the various access specifiers in c++?


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

Post New Answer

More C++ General Interview Questions

Why do we use double in c++?

0 Answers  


Difference between Overloading and Overriding?

35 Answers   Appnetix Techno, GameLoft, HP, IBM, NIIT, Rohde and Schwarz,


Which software is best for coding?

0 Answers  


What is virtual destructor? What is its use?

0 Answers  


How delete [] is different from delete?

0 Answers  






Is it possible to pass an object of the same class in place of object reference to the copy constructor?

0 Answers  


What is vector string in c++?

0 Answers  


What is the first name of c++?

0 Answers  


Write a program that will count the number of digits in an input integer up to value MAX_VALUE (2147483647). Thus, for an input of 5837 the output should be 4 digits Make sure that your program works for the numbers 0, 1, and 10. For the number 0, the output should be 1 digit

2 Answers  


Given an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].

1 Answers  


How should runtime errors be handled in c++?

0 Answers  


Can we overload operator in c++?

0 Answers  


Categories