You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A project with basic C implementation. It is a password-protected editor, with which you can access your files safely. It provides various functionalities like adding timestamp, displaying file content, adding or overwriting to previous file data. It also provides a Demo interface.
A few coding projects I made while learning C for my exams! There's a mix of games like Rock Paper Scissors, Hangman, and Tic-Tac-Toe, Guess the Number game etc.
A bus reservation system project where users can book tickets and/or cancel tickets of the bus which are registered by admin. Admin can also cancel the bus journey. This is a console based C Project with decades of functionality. It covers most of the C concept of pointers, file handling ( database) and many more core concepts.