Central Processing Unit Q.44

0. Match List-I with List-II and selected the correct answer using the codes given below the lists :

List-IList-II
A. A[I] = B[J]1. Indirect addressing
B. while [*A++]2. Indexed addressing
C. int temp = *x;3. Autoincrement

Codes :

 ABC
a321
b132
c231
d123

  • Option : C
  • Explanation : Correct matching:

    1. A[1] = B[J]Indexed Addressing Mode
    2. While [*A++]Autoincrement
    3. int temp = *x;Indirect Addressing Mode
Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *