+ 1
I am not getting pointer concept. Can anyone please explain it for me in easier way?
char * str = "Hello"; What it does ? How to perform operation with this ? How to understand it's address and it's values ?
0 Resposta
char * str = "Hello"; What it does ? How to perform operation with this ? How to understand it's address and it's values ?