emilyswinge12721 emilyswinge12721 25-12-2023 Computers and Technology contestada Why doesn't C++ allow arrays to be passed by value?a) Arrays can be passed by value in C++.b) It is inefficient to copy the entire array.c) It leads to memory leaks.d) Arrays are always passed by reference.