4*(sizeof(int *))
Thank you,
Siddharam

On Fri, Aug 12, 2011 at 11:56 AM, Varun Jakhoria <varunjakho...@gmail.com>wrote:

> i didn't tried it  .. but it might  be internal conversion only , like
> whenever we do +1 to the address of int it automatically convert it
> into +4(i.e int size)
>
> On Fri, Aug 12, 2011 at 11:34 AM, rohit <rajuljain...@gmail.com> wrote:
> >
> > int main()
> > {
> > int a[5]={1,2,3,4,5};
> > printf("%d",&a[4]-&a[0])
> > }
> > why it show 4 not 16?
> >
> > --
> > You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> > To post to this group, send email to algogeeks@googlegroups.com.
> > To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
> >
> >
>
>
>
> --
> Varun Jakhoria
> ...it's only about 0's & 1's
>
> --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to algogeeks@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>
>

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

Reply via email to