(Practice)
a. Using Figure and assuming the variable named cn1 is assigned to the byte at memory address 159, determine the addresses corresponding to each variable declared in the following statements. Also, fill in the correct number of bytes with the initialization data included in the declaration statements. (Use letters for the characters, not the computer codes that would actually be stored.)
char cn1 = 'P', cn2 = 'E', cn3 = 'R', cn4 = 'F', cn5 = 'E';char cn6 = 'C', cn7 = 'T', key = '\\', sch = '\'', inc = 'A';char inc1 = 'T';b. Repeat Exercise a, but substitute the actual byte patterns a computer using the ASCII code would use to store characters in each of the declared variables. (Hint: Use Table)
Figure: Memory bytes

Table: The ASCII Uppercase Letter Codes

We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.