Computer Science, asked by shubhamhajare138, 1 month ago

explain pointer with example​

Answers

Answered by ashutoshvikram17
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. 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.

Answered by Anonymous
0

Answer:

A pointer is an object in many programming

languages that stores a memory address.

Example:

An integer variable holds or you can say stores.

Similar questions