Which of the following operator is used with this pointer to access members of a class?

🎲 Try a Random Question  |  Total Questions in Quiz: 82  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
C++ Programming Practice Test: Basic Concepts of C++ — practice the complete quiz, review flashcards, or try a random question.

Quiz on C++ basics, OOPs concepts, C++ concepts, static constant keyword, differences between C and C++. Here are some basic concepts of C++: Variables: are used to store data. They have a name and a type, and can be used to store numbers, characters, strings, and other types of data. Operators: are used to perform operations on data. They can be used to add, subtract, multiply, divide, and perform other operations. Control flow statements: are used to control the flow of execution of a program. They can be used to make decisions, loops, and jumps. Functions: are used to group together... Show more

Which of the following operator is used with this pointer to access members of a class?