Science, asked by Honeyrust2007, 7 months ago

What are called pointers? (Space)

Answers

Answered by viratdhoni187
1

Explanation:

✏️A pointer refers to some address in the program's memory space. A program's memory space is divided up into segements. Each memory segment has a different purpose. Some segments are for data storage, but some segments are for other things, and off limits for data storage.

Answered by Prachimhatre220
0

Answer:

In computer science,a pointer is an object in many programming languages that stores a memory address .This can be that of another value located in computer members ,or in some cases ,that of memory-mapped computer hardware.

Similar questions