Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~141 People Reached
Favorite Forums
Member Avatar for nobi

Hi, MyByte is byte that could contain binary value between 0000 and 1111 [CODE] int sum = 0; for (int i = 0; i <= 3; i++) { if((MyByte & 2^i ) == 1) sum += 2^i; }[/CODE] What will be the value of SUM at the end of this …

Member Avatar for invisal
0
141