Recentely I have seen that if I use printf with \'foo\' I get a warning.
printf
printf(\'numero\');
warning: character con
In c, '' is used for character constants and "" for string, unlike python where both can be used interchangeably.
''
""