Is there any library in c for manipulating strings? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is there any library in c for manipulating strings?

9th Sep 2021, 2:25 AM
Patel
3 Answers
+ 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.
9th Sep 2021, 2:33 AM
Saurabh
Saurabh - avatar
+ 5
Saurabh Kumar Yadav they all are functions from string.h library, not libraries themselves.
9th Sep 2021, 1:22 PM
Bot
Bot - avatar
+ 3
#include<string.h> read on internet you will get better explanation with examples
9th Sep 2021, 3:22 AM
A S Raghuvanshi
A S Raghuvanshi - avatar