In some situations, when cell references should not be modified when moved to a new location, a(n) _____ reference should be used.
A. absolute
B. fixed
C. relative
D. constant
Answer: A
Computer Science & Information Technology
You might also like to view...
_______ is a text-based protocol with a syntax similar to that of HTTP.
A. RIP B. DIP C. SIP D. HIP
Computer Science & Information Technology
Which of the following access one element in a two-dimensional array of integers?
A. ary B. ary[1] C. *(*(ary + i) + j) D. ary[j] E. *ary[i][j]
Computer Science & Information Technology