Define string in C language

Define string in C language

How do I declare strings in C
In C language, there is no string type statement like in other programming languages,
If you need to define a string, use a character array instead.

char str[5];
Source:‮‬www.lautturi.com
Created Time:2017-08-29 04:31:53  Author:lautturi