Computer Science, asked by yashwanth6555, 1 year ago

what is defination of pointer in c.​

Answers

Answered by Anonymous
4

Answer:

hola mate.... ✌✌

here's ur answer

A Pointer in C language is a variable which holds the address of another variable of same data type. Pointers are used to access memory and manipulate the address. Pointers are one of the most distinct and exciting features of C language.

please mark as Brainliest ✌✌

Answered by gdkedar1972
10

Answer:

Pointers in C language is a variable that stores/ points the address of another variable. A Pointer in C is used to allocate memory dynamically i.e. at run time. The pointer variable might be belonging to any of the data type such as int, float, char, double, short, etc.

HOPE IT WILL HELP YOU !!!

plzzz mark me as BRAINLIEST

Similar questions