Question: What int value is stored in the variable z after executing the C code below? int x = 21; int y = -5; int z
What int value is stored in the variable z after executing the C code below?
int x = 21; int y = -5; int z = x & y;
Question options:
| 26 | |
| 16 | |
| 1 | |
| 17 |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
