Invalid Characters
The following are all invalid characters in C:
'58''58.95''-58.95''abc'
This is because all of the data above contain more than one character.
For instance, C treats 5 and 8 as separate characters. So, '58' together cannot be valid character data in C.
That's all about data fundamentals for now. Next, we'll learn how to store these data for future use. But before that, test yourself with a final set of quizzes!