Skip to content

Aniket-011/String-in-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

String-in-c

All about string in C programming language. All about string in C programming language. String is also defined array of character. It is initilaize in such a way- char string_name[30]="Aniket" Here 30 denote length of string which taken random by user and char menas cahracter. We take inout of string by uing of gets(string_name) function.

About

All about string in C programming language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages