Ask Question
17 April, 21:07

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

+5
Answers (1)
  1. 17 April, 22:43
    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 you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers