Computer Science, asked by sukhpreetkaurs18, 1 month ago

what do you mean by indirection operator?​

Answers

Answered by AnjanaUmmareddy
0

Answer:

"The dereference operator or indirection operator, sometimes denoted by " * " (i.e. an asterisk), is a unary operator (i.e. one with a single operand) found in C-like languages that include pointer variables. It operates on a pointer variable, and returns an l-value equivalent to the value at the pointer address."

Answered by gobindmahal66
0

Answer:

The dereference operator or indirection operator, sometimes denoted by " * " (i.e. an asterisk), is a unary operator (i.e. one with a single operand) found in C-like languages that include pointer variables. It operates on a pointer variable, and returns an l-value equivalent to the value at the pointer address.

Explanation:

i hope u understand this ques.

Similar questions