and also

void change()
{
// Code here
int x = 1;
 int*p= &x;
 while(*p != 5) p++;
 *p = 10;
}

On Wed, Feb 16, 2011 at 8:02 AM, Balaji S <[email protected]> wrote:

>
> The solution is..
>
>    _AX = 10;
>
>
> can anyone explain??
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>



-- 
Sunny Aggrawal
B-Tech IV year,CSI
Indian Institute Of Technology,Roorkee

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to