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 does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
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
How did c++ start?
What do you mean by funtion prototype?
What c++ is used for?
What is virtual table?
What is an Object/Instance?
What methods can be overridden in java?
What is abstraction in c++ with example?
What is the use of pointer in c++ with example?
Do you know the problem with overriding functions?
when can we use copy constructor?