86.9k views
4 votes
Determine the binary expression for the following code. Enter your answer as a string of '1's and '0's. Do NOT type any spaces or your answer will register as incorrect. A = 0x0F A |= 0x70; A &= ~0x80;

User Kthompson
by
7.3k points

1 Answer

2 votes

Answer:

The binary expression or the given code is as follows:

1110111

I hope it will help you!

User Warp
by
7.8k points