> Online tutorial : string
Showing posts with label string. Show all posts
Showing posts with label string. Show all posts


Strings

Communication with arrays.
Strings are pieces of text which can be treated as values for variables. In C a string is represented as some characters enclosed by double quotes.
 "This is a string"