Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

how to make pointers in c

datatype *var;

variable var actually holds the address of the data(memory where it is stored)
*var lets you access the data stored at that address
 
PREVIOUS NEXT
Tagged: #pointers
ADD COMMENT
Topic
Name
5+4 =