what is means of this code in c#

Posted by Richa Media and services on Stack Overflow See other posts from Stack Overflow or by Richa Media and services
Published on 2010-05-17T08:32:05Z Indexed on 2010/05/17 8:40 UTC
Read the original article Hit count: 99

Filed under:
|

are you know what is means of this code

int x = 45; 
int y = x &= 34;

it give me that y = 32

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET