Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
What is correct way to declare string "Mike" in C?
string s = "Mike";
char s[5] = "Mike";
char s[4] = "Mike";
char s[] = "Mike";
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!