What is a pointer?,why we can use for pointer?,how we can use a pointer? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is a pointer?,why we can use for pointer?,how we can use a pointer?

C

4th Jul 2020, 1:42 AM
Vpts
2 Answers
+ 12
Thenmozhi S ✨A pointer is a variable that stores a memory address. ✨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.
4th Jul 2020, 1:55 AM
💕₽ΔŘI💕
💕₽ΔŘI💕 - avatar