Skip to content

joelkariyalil/sciprog_2024

Repository files navigation

sciprog_2024

Scientific Programming Concepts 2024-2025

Name: Joel Thomas Chacko
Student ID: 24220504
Course: MSc. Data and Computational Science
University: University College Dublin


How to Compile and Run the Code

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).

About

Scientific Programming Concepts 2024-2025

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages