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