eleventh exercise

This commit is contained in:
celso 2022-11-05 17:52:25 -03:00
parent c248c9a5b2
commit 5270971ad6
1 changed files with 3 additions and 0 deletions

3
1-11.c Normal file
View File

@ -0,0 +1,3 @@
//special characters outside of the ASCII standard make the current version of the program trip up and count more characters than there really are
// example: á counts as three characters, despite being shown as only one
// this is because the ´ character is a special character that, alone, already counts as two; and it gets added to a, which is the third character