Traversing Strings
Explore different ways of traversing strings in C.
Method 1: Using the for loop
RUN the code given below and see the output!
Explore different ways of traversing strings in C.
for loopRUN the code given below and see the output!