Which is not a valid keyword

a) public

b) protected

c) guarded


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

Post New Answer

More C++ General Interview Questions

What do you mean by inheritance in c++?

0 Answers  


What do you mean by friend class & friend function in c++?

0 Answers  


Difference between Constructors and static constructors?

3 Answers   IBM, TCS,


Which c++ compiler is best?

0 Answers  


Why main function is special in 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  


Are there interfaces in c++?

0 Answers  


Explain abstraction.

0 Answers  


What programming language should I learn first?

0 Answers  


When is a template a better solution than a base class?

1 Answers  


What is Virtual Inheritance?

7 Answers   Amazon, Wipro,


give me an example for testing a program showing the test path .show how the test is important and complex.

0 Answers   TCS,


Categories