1. What is a string in the C language? | ![]() |
2. How can we declare and initialize a string in C? | ![]() |
3. How can we find the length of a string in C? | ![]() |
4. How do we compare two strings in C? | ![]() |
5. Can we concatenate two strings in C? If yes, how? | ![]() |