Strings in C
In C, a string is an array of characters.
The array contains the characters in the string followed by an extra char (byte) containing a binary zero.
Example: �hello� is represented by an array:
Previous slide
Next slide
Back to first slide
View graphic version