Loading...
Uploaded by EoRKrim on Dec 23, 2008
The Pointer concept of C programming explained. If I remember one thing from my C class, it will be this. Enjoy!
Education
Standard YouTube License
Can I ask, let say I allocate myself to integers such as
int myInt01;
and int myInt02;
whats with the int* x;
surely we can do:
int y, x;
or int* y, x;
graymic 2 years ago
Load more suggestions
Can I ask, let say I allocate myself to integers such as
int myInt01;
and int myInt02;
whats with the int* x;
surely we can do:
int y, x;
or int* y, x;
graymic 2 years ago