AllAlgorithms / c

Implementation of All ▲lgorithms in C Programming Language
https://github.com/AllAlgorithms/c
MIT License
1.47k stars 520 forks source link

header file #277

Closed srushti-16 closed 3 years ago

srushti-16 commented 3 years ago

we are using concept of string in code so that we have to add a header file #include to abstract all the information related to string in that code.