+ 2
In C, is there any error for the space between bracket, number or characters
In C, is there any error for the space between bracket, number or characters?
4 Respostas
+ 1
As far as I know, the compiler ignored spaces, empty lines, etc.
+ 1
Except for the preprocessor directive, white spaces (e.g. space, tab, new line, etc) are ignored during compilation.
0
Yes it will ignore spaces
0
Okay