Make a C program in which user input a word and it counts number of characters as a output. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

28th Apr 2021, 8:20 AM
Arin Bagul
Arin Bagul - avatar
2 Answers
+ 1
you may use strlen() build in function in string.h header file.
28th Apr 2021, 8:37 AM
TOLUENE
TOLUENE - avatar
+ 1
Hi, please share what you've tried first, so we can help you fix the errors or bugs and give suggestions.
28th Apr 2021, 8:24 AM
Shahil Ahmed
Shahil Ahmed - avatar