pointer query ...Thanks..
pointer query ...What is wrong with this program, int x,*p; x = 10; *p = x; cout << p << " " << &x; ...
*char to char[256]Thanks a lot ...clears my doubt ...
*char to char[256]on the similar lines i have a question, char *p = "abc"; cout << p; // this displays abc p ...
This user does not accept Private Messages