|
|
|
|
|
| Author |
Message |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 22 Mar 2008 22:30:55 IST
|
|
|
heres another
#include<iostream.h> #include<conio.h> void main( ) { char string[ ]="Pointers and strings"; cout<<*(&string[2])<<endl; cout<<string+5; cout<<'\n'; cout<<*(string+3)<<"\n"; }
|
|
this reply: 0 points
(with 0 
in 0 votes ) [?]
|
|
You have to be logged on to rate
|
|
|
|
|
|
|
|
|
|