Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Whitespace does not control program flow in C. It only is used to separate tokens. It is not used to control program flow(like coffeescript and python).

Note that:

  int a = 0;
and

  int a=0;
and

  int                       a             =       0;
are all equivalent.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: