practice c programs
coding standard: https://www.gnu.org/prep/standards/html_node/Writing-C.html#Writing-C
format using : clang-format #install clang-format using : sudo apt-get clang-format #run : clang-format .c #format and save to other file : clang-format input.c > output.c