Computer Science, asked by saswateesahoo066, 1 day ago

what is pointer in c programming ?​

Answers

Answered by dhruvpipariya2006
0

Answer:

A pointer is a variable whose value is the address of another variable, i.e., direct address of the memory location. Like any variable or constant, you must declare a pointer before using it to store any variable address.

Answered by kishanmkish89
0

Explanation:

A pointer is a variable whose value is the address of another variable, i.e., direct address of the memory location. Like any variable or constant, you must declare a pointer before using it to store any variable address.

Similar questions