Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

6.

3 (declaration pointer variables)



C

type
int
int
* asterick
ptr_name * (asterisk)
compiler
ptr1_name,ptr2_name, 1, 2, ( 1 )
6.1
int *ptr;
float *pone, *ptwo, *pthree;
char *ptrx, *ptry , *ptrz;

You might also like