What is pointer and how pointer work
Answers
Answered by
2
Answer:
A pointer is a programming language object that stores the memory address of another value located in computer memory.
Pointers are used to store and manage the addresses of dynamically allocated blocks of memory. Such blocks are used to store data objects or arrays of objects. Most structured and object-oriented languages provide an area of memory, called the heap or free store, from which objects are dynamically allocated.
mark this as brainliest plz
follow me plz
thank me plz
don't spam this plz
Answered by
0
Answer:
Explanation:
A pointer is a variable which holds the address of other various of the specified data type ( like int, float , char ). In programming we basically use pointer to store the other variables address. A pointer variable is declared with a '*'before it. Int *a.
HOPE IT CAN HELP YOU!!!
MARK ME AS BRAINLIST PLZ...
Similar questions
Science,
5 months ago
English,
5 months ago
Computer Science,
5 months ago
Computer Science,
10 months ago
Math,
10 months ago
Chemistry,
1 year ago
English,
1 year ago