This is a collection of my lab work from first semester programming course CSE115 at North South University. Throughout this course, we were taught about the fundamental of programming using C Programming Language. This collection includes some of the very fundamental programming problem such as sorting, array manipulation, pointer operation along with a complete project of snake game.
I have tried to follow the best practices with the help of my instructor. Indentation, variable declaration and in later problems, function definition was implemented in appropriate manner to meet the standards.
The motivation behind these projects were to practice computer programming and learn fundamentals of C Programming Language. At the end of this course, I was asked to develop a complete application. Therefore, I developed a Simple Snake Game with the help of several online resources.
To run any of these projects, all you need is C compiler and an IDE to edit them. All of the sections are precisely segmanted so that I can go through it any time for the sake of revisiting the fundamentals.
There is no restriction to modify, edit or implement these codes.