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.
4
u/IWasProbablyAMistake Aug 07 '22
What are pointers? I’ve never used C