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
What is do..while loops structure?
Definition of class?
How to avoid changing constant values?
What is jump statement in C++?
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
What are the various compound assignment operators in c++?
What are single and multiple inheritances in c++?
give me some class & objects examples?
What is an Iterator class?
What will the line of code below print out and why?
Explain queue. How it can be implemented?
What data encapsulation is in c++?