User profile: ad126

User info
User name:ad126
History
Joined:
Number of posts:4
Latest posts:

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