How does one represent the empty char?

前端 未结 9 1327
闹比i
闹比i 2020-12-22 18:06

I\'m currently writing a little program but I keep getting this error when compiling

error: empty character constant

I realize i

9条回答
  •  既然无缘
    2020-12-22 18:18

    The empty space char would be ' '. If you're looking for null that would be '\0'.

提交回复
热议问题