Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Consider the following string char s[] = "abcde". Among the following statements, which ones are true?
char s[] = "abcde"
s is of length 5
s
Syntax error because the size of the array is not specified
s is an array of 5 characters
s[5] is the null character
s[5]
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!