Page 1 of 1

Write a function to the following specifications: a 1. An 8-bit value is passed to the function 2. Perform an AND-operat

Posted: Sun May 15, 2022 10:12 am
by answerhappygod
Write A Function To The Following Specifications A 1 An 8 Bit Value Is Passed To The Function 2 Perform An And Operat 1
Write A Function To The Following Specifications A 1 An 8 Bit Value Is Passed To The Function 2 Perform An And Operat 1 (96.14 KiB) Viewed 33 times
Typed
Write a function to the following specifications: a 1. An 8-bit value is passed to the function 2. Perform an AND-operation on the passed value with 0x80 3. Return “1” if result of the AND operation is 0x80 Return “O” if result of the AND operation is 0x00