http://en.wikipedia.org/wiki/Comma_operator

On Mon, Aug 15, 2011 at 11:24 AM, shady <sinv...@gmail.com> wrote:

> read abt assignments and statements in C
>
>
> On Mon, Aug 15, 2011 at 11:14 AM, muthu raj <muthura...@gmail.com> wrote:
>
>> What is the difference between the following statements.
>>
>> int a=1,2,3 ;
>>  and
>>
>> int a;
>> a=1,2,3;
>>
>>
>> first one is an error while second one is not.
>>
>>  Can Any one  tell  me y ?
>>
>>
>>
>>
>>
>>
>>
>> *Muthuraj R
>> IV th Year , ISE
>> PESIT , Bangalore*
>>
>>  --
>> 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.
>



-- 
**Regards
SAGAR PAREEK
COMPUTER SCIENCE AND ENGINEERING
NIT ALLAHABAD

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