Ask Question
19 September, 23:53

If a and b are both int arrays, then a b; will

a. return true if a and b are aliases and return false otherwise

b. create an alias

c. return true if each corresponding element of b is equal to each corresponding element of a (that is, a[0] is equal to b (01, a[1] is equal to b[1] and so forth) and return false otherwise

d. copy all elements of b into a

e. copy the 0h element of b into the 0h element

+2
Answers (1)
  1. 19 September, 23:55
    0
    D

    Explanation:

    Copy all elements of b into a
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “If a and b are both int arrays, then a b; will a. return true if a and b are aliases and return false otherwise b. create an alias c. ...” in 📗 Engineering if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers