R
Rahul
Hi Everyone,
I had the following declaration and i expected the compiler to give
an error, but it didn't, how does it interpret the declaration?
const * int ptr;
Thanks in advance!!!
I had the following declaration and i expected the compiler to give
an error, but it didn't, how does it interpret the declaration?
const * int ptr;
Thanks in advance!!!