C Pointers Exercise 7: Calculate string length using pointers [C Programming]

preview_player
Показать описание
Write a program in C to calculate the length of the string using a pointer.

Test Data:
Input String: w3resource

Expected Output:
The length of the given string w3resource is : 10

=====================================


Рекомендации по теме