Wap in c find the length of string | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
- 1

Wap in c find the length of string

3rd Jul 2022, 3:53 PM
Siddharth srivastava
Siddharth srivastava - avatar
1 Réponse
+ 2
char mystring[] = "Hello Siddharth srivastava"; int sizeOFmystring = sizeof(mystring) / sizeof(char); printf("%d",sizeOFmystring);
3rd Jul 2022, 4:35 PM
JaScript
JaScript - avatar