two strings separated by blank being concatenated automatically

前端 未结 3 1097
醉话见心
醉话见心 2021-01-19 03:13

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

3条回答
  •  耶瑟儿~
    2021-01-19 03:55

    This is standard behaviour and can be very useful when splitting a very long string constant over multiple lines.

提交回复
热议问题