What is the protected keyword used for?


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

Post New Answer

More C++ General Interview Questions

C++ program output? Explain output of this program. #include <iostream> using std::cout; using std::cin; int main() {   cout<<cout<<' ';   cout<<cin;   return 0; } It prints some address in hexadecimal. what is it?

1 Answers  


Evaulate: 22%5 a) 2 b) 4 c) 0

0 Answers  


What is an Object/Instance?

1 Answers  


Which sort does c++ use?

0 Answers  


How many ways can a variable be initialized into in C++?

0 Answers   HCL,






What does #define mean in c++?

0 Answers  


Why are arrays usually processed with for loop?

0 Answers  


When one must use recursion function? Mention what happens when recursion functions are declared inline?

0 Answers  


When you overload member functions, in what ways must they differ?

0 Answers  


If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3

0 Answers  


What is a "Copy Constructor"?

2 Answers  


What is the best book for c++ beginners?

0 Answers  


Categories