Name: Joel Thomas Chacko
Student ID: 24220504
Course: MSc. Data and Computational Science
University: University College Dublin
Follow the steps below to compile and execute the program:
gcc file.c -o fileOutput.exe -lm
./fileOutput.exe
- Replace
file.c
with the name of the c file in the respective practical assignments. - Replace
fileOutput.exe
with the respective output name of the practical assignment. - The
-lm
flag links the math library (if used).