This is a project for creation of Grade card of multiple students. Implementation is done with the help of structures and dynamic memory allocation for better memory usage.
- Run command 'make' to generate the required .o files and the 'output' file.
- Run './output' on bash (or) 'output.exe' on windows cmd prompt to execute the code.
- To clean the output files run 'make clean'.