Home » C Programming » Strings » Question
  1. String operation such as strcat(s, t), strcmp(s, t), strcpy(s, t) and strlen(s) heavily rely upon.
    1. Presence of any escape sequence
    2. Presence of NULL character
    3. Presence of new-line character
    4. All of above
    5. None of these
Correct Option: B

Presence of NULL character



Your comments will be displayed only after manual approval.