17.07.2013, 23:22
All readable and non readable characters take 1 cell each character.
So a string like
will take 4 slots, because 3 new line characters + null character.
It is technically called a null terminating string.
13 characters + null character = 14 cells
So a string like
Код:
\n\n\n
It is technically called a null terminating string.
Код:
\tHello world!