Computer Science, asked by iamjay2021, 3 months ago

What are the possible operations that can be performed on pointers. Explain with help of suitable example.

Answers

Answered by Anonymous
0

Answer:

There are 4 IDL operators that work with pointer variables: assignment, dereference, EQ, and NE. The remaining operators (addition, subtraction, etc.) do not make any sense for pointer types and are not defined. Many non-computational functions and procedures in IDL do work with pointer variables.

Answered by shreyashdhobale
0

Explanation:

Answer: There are 4 IDL operators that work with pointer variables: assignment, dereference, EQ, and NE. The remaining operators (addition, subtraction, etc.) do not make any sense for pointer types and are not defined. Many non-computational functions and procedures in IDL do work with pointer variables.

Similar questions