|
Display Bits |
| Write a program that allows the user to input an unsigned int. The program must pass the value to a void function named displayBits which accepts an unsigned int as a parameter and that displays that value as 32 bits (i.e. a binary value) with leading zero bits if applicable. Your program must follow standard Windows conventions as well as our Coding Standards. Name your project DisplayBits. Staple your printouts in the following order:
|