Question: Assuming a 64-bit machine and two's complement representation for integers, show the total number of bits used, and all the bit values, for the following
Assuming a 64-bit machine and two's complement representation for integers, show the total
number of bits used, and all the bit values, for the following variables:
char c = 35;
char d = 'G';
int x = -42;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
