Computer Science, asked by Anonymous, 3 months ago

explain pointer and address of operations with suitable programming example​

Answers

Answered by Bad0BoY
1

Answer:

hlo✔

A pointer is a variable that stores the address of another variable. Unlike other variables that hold values of a certain type, pointer holds the address of a variable. For example, an integer variable holds (or you can say stores) an integer value, however an integer pointer holds the address of a integer variable.

be

Answered by radheshyam6441
0

Answer:

A pointer is a variable that stores the address of another variable. Unlike other variables that hold values of a certain type, pointer holds the address of a variable. For example, an integer variable holds (or you can say stores) an integer value, however an integer pointer holds the address of a integer variable.

Similar questions