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 moreA 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