Which of the following operator(s) can be used with pointers?i) – onlyii) +, *iii) +, –iv) +, -, *v) /vi) + only

🎲 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(s) can be used with pointers?<br /><br>i) – only<br /><br>ii) +, *<br /><br>iii) +, –<br /><br>iv) +, -, *<br /><br>v) /<br /><br>vi) + only