|
|
|
|
|
| Author |
Message |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 29 Mar 2008 23:43:11 IST
|
|
|
this one is really a gud one.........
#include #include void main() { int arr[] = { 10 , 20 , 30 , 40 , 50 }
int *p, **q , *t ;
p = arr ; t = arr + 1; q = & t ;
cout<< * p <<" , " << ** q << " , " << * t++ ; }
have a try at this........gud luck.....
|
............................................................................................................................................................................................
There's Light at the end of every Tunnel, so KEEP MOVING....
Best of luck to all my mates....
............................................................................................................................................................................................
|
this reply: 0 points
(with 0 
in 0 votes ) [?]
|
|
You have to be logged on to rate
|
|
|
|
|
|
|
|
|
|