@ankit: how x is 20?

On Sat, Feb 5, 2011 at 4:46 PM, ankit sablok <ankit4...@gmail.com> wrote:

> x is 20 for sure and y i m guessing to be 1 comma operator and 0 used for
> octal constnts
>
>
> On Sat, Feb 5, 2011 at 3:01 PM, radha krishnan <
> radhakrishnance...@gmail.com> wrote:
>
>> guess the output
>>
>> main()
>> {
>>     int x=(1,024),y;
>>     y=1,024;
>>     printf("%d %d",x,y);
>> }
>>
>> --
>> 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<algogeeks%2bunsubscr...@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<algogeeks%2bunsubscr...@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