I don't know what exactly is the type of a variable in C/C++ when the decalaration code is "long/complicated". For example:
int *const pr=&x;
How do I read that?
I don't know what exactly is the type of a variable in C/C++ when the decalaration code is "long/complicated". For example:
int *const pr=&x;
How do I read that?