How do I declare strings in CIn 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];