Ask Question
Today, 00:18

To define a c-string that will store students' last names of up to 25 characters in length, which is an appropriate statement?

+2
Answers (1)
  1. Today, 00:35
    0
    The answer is : char lastName[26];

    This is the appropriate statement to define a C-string that will store students' last names of up to 25 characters in length. C-string is a string whose characters are stored in consecutive memory locations, and are followed by a null character, or null terminator.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “To define a c-string that will store students' last names of up to 25 characters in length, which is an appropriate statement? ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers