Ask Question
2 February, 16:21

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

+1
Answers (1)
  1. 2 February, 19:32
    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?
Find 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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers