Convert back a shift operator

Joined
Sep 26, 2007
Messages
6
Reaction score
0
Convert back shift operator

I have a problem with shift operator.
char a = 9;
a = a << 4;
I want to convert back to 9.
a = a >> 4;
it won't works, why????

How to make it works?
 
Last edited:

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,079
Latest member
ElidaWarin

Latest Threads

Top