Question
True or FalseT F If the starting address of a C-string is passed into a pointer parameter, it can be assumed that all the characters, from that address up to the byte that holds the null terminator, are part of the string.
Step 1
A C-string is an array of characters in C that is terminated by a null character (`'\0'`). This null character indicates the end of the string. Show more…
Show all steps
Your feedback will help us improve your experience
Watch the video solution with this free unlock.
EMAIL
PASSWORD