Introduction to Strings
Learn about strings and the basic syntax for declaring and initializing strings in C.
We'll cover the following
What is a string?
\0
.
A string comprises one or more characters. A character can be a letter, number, or space. For example, "Sanjay"
is a string.
Get hands-on with 1200+ tech skills courses.