value of the expression in C#

Posted by picnic4u on Stack Overflow See other posts from Stack Overflow or by picnic4u
Published on 2010-05-19T10:42:26Z Indexed on 2010/05/19 10:50 UTC
Read the original article Hit count: 145

Filed under:

what is out put of the following code

int a=2,b=3,c=4;
b=(c+2,a+4);
Response.Write("Value of b= "+b);

© Stack Overflow or respective owner

Related posts about c#