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

Why was c++ created?

0 Answers  


What is a pure virtual function? Why is it represented as = 0...how is the internal implementation for the same

3 Answers   CTS,


What are raw sockets, where they are efficient?

2 Answers   Symphony,


Name the debugging methods that are used to solve problems?

0 Answers  


Do the parentheses after the type name make a difference with new?

0 Answers  






In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that

0 Answers  


What is object file? How can you access object file?

0 Answers  


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

0 Answers  


Why are arrays usually processed with for loop?

0 Answers  


What information can an exception contain?

0 Answers  


What is enum c++?

0 Answers  


State the difference between pre and post increment/decrement operations.

0 Answers  


Categories