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 str[] = "hello". Among the following statements, which ones are true?
char str[] = "hello"
Syntax error because the size of the array is not specified
str is an array of 5 characters
str
str[5] is the null character
str[5]
str is an array of 6 characters
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!