Home /
Expert Answers /
Computer Science /
i-dont-need-18-match-the-symbol-phrase-or-word-to-its-best-description-match-the-symbol-pa651
(Solved):
i dont need # 18
Match the symbol, phrase or word to its best description.
Match the symbol, ...
i dont need # 18
Match the symbol, phrase or word to its best description.
Match the symbol, phrase or word to its best description. copies str2 overwriting str1 1. \( \operatorname{str} c m p(s t r 1, \operatorname{str} 2) \) concatenates \( s \operatorname{tr} 1 \) and str2 2. \( s \operatorname{trcat}(\operatorname{str} 1, s \operatorname{str} 2) \) compares str 1 with str2 function returns 0 if there is 3 wstrcpy(str \( 1, s \operatorname{str} 2) \) a match 4. \( \operatorname{strlen}(s t r 1) \) returns the length of str 1
Question 12 ( 2 points) Complete the switch statement #include int main(void) \{ int nextChoice; scanf("\%d", \&nextChoice): switch (nextChoice) \{ //your answer would go here printf("Known\n"); break: default: printf("Unknown?n"); \( j \) return 0