Look at the following code: const int SIZE = 25; char name[SIZE]: What is the length of the largest C-string that the ar
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Look at the following code: const int SIZE = 25; char name[SIZE]: What is the length of the largest C-string that the ar
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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!