What is output of the below expression in C?

Posted by Surya on Stack Overflow See other posts from Stack Overflow or by Surya
Published on 2010-03-17T04:40:18Z Indexed on 2010/03/17 4:51 UTC
Read the original article Hit count: 156

Filed under:
|
unsigned char b = 10; 
b = b>>4 | b<<4; 

Please explain.

© Stack Overflow or respective owner

Related posts about c

    Related posts about homework