0
Is there any library in c for manipulating strings?
3 Antworten
+ 5
Yeah!!Smayra Patel ! There are several library in C for manipulating strings, which helps you a lot
one library is string.h, which contains following functions :-
•strcpy •strlen •strlwr •strupr •strcat •strcmp ...etc
Hope, you got it!
Thanks for your valuable suggestion Bot !
previously I was a bit confused.
+ 5
Saurabh Kumar Yadav they all are functions from string.h library, not libraries themselves.
+ 3
#include<string.h> read on internet you will get better explanation with examples