--- sudhan_rect <[EMAIL PROTECTED]> wrote:
> Hi all,
>   I need the explanation for the following program.
> If you could help
> me...please do so.
> 
>  void main ()
>   {
>     int *i,*j,**k;// i& j int pointer and k is
pointer to pointer to int
>     j = i+2;// initializing j, this is allowed     
>     *k = i; // initializing k to i, since K is PtoP
>     printf ("*k = %u , j = %u , i = %u ",*k,j,i);
>   }
> 


> With Regards,
> MADHUSUDHAN.S
>    ...Knowledge is Power...
> 
> 
> 
> 
> 
> 
> 



                
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - 250MB free storage. Do more. Manage less. 
http://info.mail.yahoo.com/mail_250


------------------------ Yahoo! Groups Sponsor --------------------~--> 
$4.98 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/Q7_YsB/neXJAA/yQLSAA/EbFolB/TM
--------------------------------------------------------------------~-> 

To unsubscribe : [EMAIL PROTECTED]

 
Yahoo! Groups Links

<*> To reply to this message, go to:
    
http://groups.yahoo.com/group/Programmers-Town/post?act=reply&messageNum=4902
    Please do not reply to this message via email. More information here:
    http://help.yahoo.com/help/us/groups/messages/messages-23.html

<*> To visit your group on the web, go to:  
    http://groups.yahoo.com/group/Programmers-Town/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to