Answear sheet - Character Strings Test
- Question 1:A sequence of characters stored in a variable (a)
- Question 2: strlen() (c)
- Question 3: Using strcmp()(c) function
- Question 4: strcpy() (a)
- Question 5: char s[10]; (a)
- Question 6: '\0' (b)
- Question 7: strcat() (a)
- Question 8: atoi() (a)
- Question 9: An immutable string after initialization (a)
- Question 10:const char* s = "text"; (a)