My issue
I have done correct code but it’s not accepting
My code
#include <stdio.h>
#include <string.h>
int main() {
char txt[] = "NumeroTres";
printf("The length of the word is:%d", strlen(txt));// your code goes here
return 0;
}
Learning course: Learn C
Problem Link: CodeChef: Practical coding for everyone