![]() |
|||
Comments and Discussions
|
About Article
When we look at pointer declarations, reading from right-to-left gives a better idea about what the pointer actually points to. Consider const int * p; if we read right to left: p -> * -> int -> const. i.e. 'p is a pointer to an integer constant' rather than 'constant integer pointer' (if we...
Related Videos
Related Articles
|
||||||||||||||||||||||||||||||||||||