c program in ubuntu code example
Example 1: install c ubuntu
sudo apt install build-essential
Example 2: how to run c in linux
gcc hexdump.c -o hexdump //hexdump is an example for a file name
sudo apt install build-essential
gcc hexdump.c -o hexdump //hexdump is an example for a file name