-
421.
-
422.
-
423.
-
424.
-
425.
Match each of the high level language statements given on the left hand side with the most natural addressing mode from those listed on the right hand side.
(1) A[I] = B[J]; (a) Indirect addressing (2) while (*A++); (b) Indexed addressing (3) int temp =*x; (c) Auto increment
(a) (1, c), (2,b), (3,a)
(b) (1, a), (2,c), (3,b)
(c) (1, b), (2,c), (3,a)
(d) (1, a), (2,b), (3,c)
asked in Computer Science And Engineering, 2005
View Comments [0 Reply]
-
426.
last reply by CpjJwWHV • 13 years ago • asked in Computer Science And Engineering, 2005
View Comments [2 Reply]