Look at the following code: const int SIZE = 25; char name[SIZE]: What is the length of the largest C-string that the ar
Posted: Mon Jun 06, 2022 1:59 pm
Look at the following code: const int SIZE = 25; char name[SIZE]: What is the length of the largest C-string that the array can hold? OSize is unknown 25 23 24