If I have an octal character constant say, \377 which in binary is 11111111 (8 one's). This is a single byte. How do I convert it into an integer ??? I have to be able to read individual bits..
The problem is that \377 is accessible as a single character and I donot know how to access the individual bits.
Please help.
The problem is that \377 is accessible as a single character and I donot know how to access the individual bits.
Please help.