C mode nicelly uses `font-lock-warning-face` for opening quote of a string with missing closing quote. We could use `font-lock-warning-face` for the same and also when we discover illegal backslash sequence. A related idea is to end string also when newline is detected. That should prevent flashing of colors on the screen when a string constant is opened.