retagged by
1,835 views
3 votes
3 votes

A certain processor supports only the immediate and the direct addressing modes. Which of the following programming language features cannot be implemented on this processor?

  1. Pointers.
  2. Arrays.
  3. Records.
  4. All of these.
retagged by

5 Answers

0 votes
0 votes
answer is d

because  pointers is  in indirect address mode .

array are index address mode.

records requires Indirect addressing(incase pointers are used) or indexed(contigous allocation).
Answer:

Related questions

1 votes
1 votes
1 answer
5
admin asked Mar 31, 2020
737 views
The value of improper integral $\displaystyle\int_{0}^{1} x\ln x =?$$1/4$$0$$-1/4$$1$
8 votes
8 votes
10 answers
6
admin asked Mar 31, 2020
2,377 views
Which of the following logic expression is incorrect?$1\oplus0=1$$1\oplus1\oplus0=1$$1\oplus1\oplus1=1$$1\oplus1=0$
3 votes
3 votes
3 answers
7
admin asked Mar 31, 2020
3,939 views
In which of the following adder circuits, the carry look ripple delay is eliminated?Half adderFull adderParallel adderCarry-look ahead adder
3 votes
3 votes
2 answers
8
admin asked Mar 31, 2020
1,068 views
The output of a sequential circuit depends on present inputs onlypast inputs onlyboth present and past inputspresent outputs only