answersLogoWhite

0

== 'White spaces' in C++ are generally not important. The C Preprocessor takes out all un-needed whitespace and extra newlines before the program is compiled. However, make sure that you put white space in between certain things, such as variable declerations. "inta;" will not create an integer variable called a; it will create an error. == Space, tabulator, line-feed, carriage-return, form-feed, vertical-tabulator.

User Avatar

Wiki User

16y ago

What else can I help you with?