Page 1 of 1

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
by answerhappygod
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
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 18 times
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