Record
Monday, May 1, 2017
Reading C Pointer Declaration
Reading the pointer declaration backward is easier.
For example, int * p
p = p is a variable
* = p is a pointer variable
int = p is a pointer variable points to an integer
const int * p = a pointer to an constant intege
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment