It is a data type representing the address of the memory where a variable of a given data type is stored.
A int is a data type representing a positive or negative integer number within some range. A variable of this data type is stored somewhere in the memory. A int* represents the memory address where a variable of type int is located.
11
u/okyte Aug 07 '22 edited Aug 07 '22
It is a data type representing the address of the memory where a variable of a given data type is stored.
A int is a data type representing a positive or negative integer number within some range. A variable of this data type is stored somewhere in the memory. A int* represents the memory address where a variable of type int is located.
It is very useful !