0
Make a C program in which user input a word and it counts number of characters as a output.
For example ---------------------------------------- Input Please Enter a Word: programming Output The number of Characters it contains: 11
2 Antworten
+ 1
you may use strlen() build in function in string.h header file.
+ 1
Hi, please share what you've tried first, so we can help you fix the errors or bugs and give suggestions.