The white spaces are used in programs to increase readability. Different types of white spaces include space, tab and carriage return etc. C++ compiler ignores the white spaces. All statements of a program can be written on one line but it will be difficult to read. The white spaces makes the source program more readable. A single statement can be written on two or more lines or order to increase readability but it will remain same for the compiler.
No comments:
Post a Comment