Many times the source code written without the help of IDEs and source code editors may lack proper indenting and formatting. This program takes a C source code file as input and convert it into a properly formatted and indented source code file.
The program is limited to indenting source code files written in C programming language.
Unindented Source Code File (INPUT) |
Indented Source Code File (OUTPUT) |
---|---|