Vidyalelo
C++ Programming · Q25

Pointers and References in C++

Programming · C++ Programming · question 25

Q25

What is a pointer arithmetic in C++?

A.
Assigning arithmetic expressions to a pointer
B.
Using pointers to perform arithmetic operations
C.
Performing arithmetic operations on pointers
Answer
D.
Storing arithmetic operations in a pointer

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board