Reading Strings Using scanf, gets, and fgets
Read moreWhat is C string?
A string in C (also known as C string) is an array of characters, followed by a NULL character . To represent a string, a set of characters are enclosed within double quotes (“).
Read more