What is a pointer in C programming
Answers
Answered by
1
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. The general form of a pointer variable declaration is − type *var-name;
Explanation:
hope it's help you!!!
thank you!!
Answered by
4
!! RAM RAM ❣❣!!!
ANSWER ==
Pointer is a user defined data type which creates special types of variables which can hold the address of primitive data type like char, int, float, double or user defined data type like function, pointer, etc. or derived data type like an array, structure, union, enum.
hope it helps
#Hopēless_ Romāntic ❣❣❣
Similar questions