Showing posts with label (F) String in C. Show all posts
Showing posts with label (F) String in C. Show all posts

String in C Exercises & Solutions

String are mainly defined as an array of characters. In simple words it is one dimensional array of characters which is terminated by null ('/0') character.