Thread: Strings in C
View Single Post
Contributor
7Feb2013,13:32  
c_user's Avatar
This explains fundamental of C strings which is appreciated ..
There are many more useful functions of C strings like :-
1)strpbrk()
2)strstr()
and many more ...