How many characters can a string hold when declared as char str[21];? A. 20 B. 21 C. 19 D. None of the above
Answers
Answered by
3
Answer:
char str[21];
Explanation:
Answered by
0
The correct answer is option (b) 21.
- String functions are kind of the backbone of any programing language because it tells you the way a selected language is handled with strings.
- Handling strings mean that you just program language that ought to be economical enough to switch the string that you have and perform the desired changes.
- There are several C string functions that are created to create your string handling easier as in those cases you'd not code however simply decide them and implement them in your own piece of code.
#SPJ2
Similar questions