I just found something very interesting which was introduced by my typo. Here\'s a sample of very easy code script:
printf(\"A\" \"B\");
Th
This is string concatenation, part of C standard. Any two or more consecutive string literals are combined into one.