Introduction Of String
Visit the syllabus for more information about c
What is the string?
In C programming string is a sequence of a character and also terminated with a null character '\0'
If we take an example of a string
char str[]="HELLO"
The string is also defined in double code(" ").