Question: A C string is an array of chars. How does the system know how long the string is ? there is a special character that

A C string is an array of chars. How does the system know how long the string is?
there is a special character that tells where the end of the string is
by using the ".length()" function on the array variable
when using them, you always have to specify the size
by always using a literal value when using the string
A C string is an array of chars. How does the

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!