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
reading material is provided 3 books for c++ if u need more do let me know thnx i hve lots of material do let me know if u want it
what is the use of templates?
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
Describe functional overloading?
What is the difference between cin.read() and cin.getline()?
Why do we use the using declaration?
Why do we use structure in c++?
What will happen if a pointer is deleted twice?
What are the differences between a struct and a class in C++?
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples
Write a program using display() function which takes two arguments.
What is c++ virtual inheritance?