Star2947 Star2947 11-03-2024 Engineering contestada Both of the following prototypes are valid in c++: int add(int nums[], int length); int add(int nums[10], int length); O True O False