In C, is there any error for the space between bracket, number or characters | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

3rd Nov 2018, 4:40 PM
Rushikesh
Rushikesh - avatar
4 Answers
+ 1
As far as I know, the compiler ignored spaces, empty lines, etc.
4th Nov 2018, 9:45 PM
Greg D
Greg D - avatar
+ 1
Except for the preprocessor directive, white spaces (e.g. space, tab, new line, etc) are ignored during compilation.
10th Nov 2018, 3:50 AM
Roland Hii
Roland Hii - avatar
0
Yes it will ignore spaces
5th Nov 2018, 1:18 PM
jeevan gangavarapu
jeevan gangavarapu - avatar
0
Okay
5th Nov 2018, 1:26 PM
Rushikesh
Rushikesh - avatar