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

given unsigned int ui1=3,ui2=7; what are the outputs of a)ui1 & ui2 b)ui1 && ui2 c)ui1 | ui2 d)ui1 || ui2 i also need the justification for the answers thank you

2 Answers  


How would you implement a substr() function that extracts a sub string from a given string?

0 Answers  


Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).

0 Answers  


Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?

0 Answers  


Which programming language is best?

0 Answers  






What is rtti in c++?

0 Answers  


Describe new operator and delete operator?

0 Answers  


1.Between 100 and 999 are some numbers that have the characteristics that if you cube the individual digits and sum together you will get the same number. 2. A program that can accept as input an integer and output the equivalent of that number in words.

3 Answers  


What is c++ course?

0 Answers  


Why c++ is the best language?

0 Answers  


What is microsoft c++ redistributable?

0 Answers  


Differentiate between declaration and definition.

0 Answers  


Categories