
PP2
Quiz by narendran vel
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
Who is the inventor of C++?
What is the name of the operator used in cin?
Which operator symbol used for cout statement?
Which name is used to create the object?
Which operator is used to access the data member & member function?
Whether Class should end with semicolon in c++?
Is This symbol ":" is used for the access the member function from outside the class?
Which symbol is used to access the member function from outside the class?
What is the name of "int a, b" under the class declaration"
Which specifier is used to follow for getter and setter method?