pointers :significance of * signvoid main() { char s[]="string"; char *sp=s; while(*sp!='\0') { cout<<*sp; sp++...
This user does not accept Private Messages