c_exercises/1-11.c

4 lines
370 B
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//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