i got a warning in gcc and the output was garbage

On Sun, Aug 14, 2011 at 11:44 AM, Brijesh Upadhyay <
brijeshupadhyay...@gmail.com> wrote:

> int main ()
> {
>   printf("%d",1+2+"5");
>   getch();
>   return 0;
> }
>
>
> what should it return and how..??
>
> --
> 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/-/2H3Gg6hLEQ0J.
> 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