ProcSys Forum
19 May, 2011
How does static variables work????
Can anyone plz explain......
02 May, 2011
Const pointer Vs Pointer to a const
Does any one remember the difference between constant pointer and pointer to a constant.
I have three declaration:
const int *ptr;
int const *ptr;
int *const ptr;
Newer Posts
Older Posts
Home
Subscribe to:
Comments (Atom)