Write a program to relocate 16 numbers stored at location var (use db to store 16 random numbers starting from var). The new location for the byte at var + i, i = 0, 1, · · · 15, should be var + (i + 7) mod 16. And there should be at most 16 memory read and 16 memory write operations.
Answers
Answered by
0
Answer: 6
Explanation:
convert them from binary to English alphabets.
01101001 00100000 01101100 01101111 01110110 01100101 00100000 01111001 01101111 01110101.
Similar questions