- Look At The Following Code Const Int Size 25 Char Name Size What Is The Length Of The Largest C String That The Ar 1 (38.07 KiB) Viewed 16 times
Look at the following code: const int SIZE = 25; char name[SIZE]: What is the length of the largest C-string that the ar
-
- Site Admin
- Posts: 899603
- 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