Learning C as part of a computer science course.
All the programs are run by the method given below unless mentioned otherwise through a seperate README.md file.
- Download Turbo C++ on your PC.
- Extract all files from the
.zipfile you downloaded. - Run the
setup.exefile on your PC and complete the setup process. - Start Turbo C++ and copy the program and paste it there.
- Save the program as a
.cfile. - Compile the program to check if there are any errors.
- Run the program to get the desirable output.
Do note that for certain files you might have to clickalt+f5to get the output displayed.