it will be 4 3


On Aug 31, 9:01 pm, aditi garg <aditi.garg.6...@gmail.com> wrote:
> sorry my mistake...
> it wud be 4 3
>
> second output is quite obvious as it will count till it get string termination
and in first one it is a pointer to character so it will be of size 4.

>
>
>
>
>
>
>
> On Wed, Aug 31, 2011 at 9:30 PM, sachin goyal <monugoya...@gmail.com> wrote:
> > 2 3 because d is pointer avriable
>
> > On Wed, Aug 31, 2011 at 9:25 PM, aditi garg 
> > <aditi.garg.6...@gmail.com>wrote:
>
> >> 8 3
>
> >> On Wed, Aug 31, 2011 at 9:22 PM, rohit <raman.u...@gmail.com> wrote:
>
> >>> output??
>
> >>> int main()
> >>> {
> >>> char *d = "abc\0def\0";
> >>>     printf("%d %d",sizeof(d),strlen(d));
> >>>     getch();
> >>> }
>
> >>> --
> >>> You received this message because you are subscribed to the Google Groups
> >>> "Algorithm Geeks" group.
> >>> To view this discussion on the web visit
> >>>https://groups.google.com/d/msg/algogeeks/-/nf_M_Yoep_EJ.
> >>> 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.
>
> >> --
> >> Aditi Garg
> >> Undergraduate Student
> >> Electronics & Communication Divison
> >> NETAJI SUBHAS INSTITUTE OF TECHNOLOGY
> >> Sector 3, Dwarka
> >> New Delhi
>
> >>  --
> >> 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.
>
> --
> Aditi Garg
> Undergraduate Student
> Electronics & Communication Divison
> NETAJI SUBHAS INSTITUTE OF TECHNOLOGY
> Sector 3, Dwarka
> New Delhi

-- 
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