The Operator use for dereference Or indirection is-------
Answers
Answered by
1
Answer:
Composition. The unary * operator, as defined in C and C++, can be used in compositions in cases of multiple indirection, where multiple acts of dereferencing are required. Pointers can of course reference other pointers, and in such cases, multiple applications of the dereference operator are needed.
Similar questions