Skip to content

Managing Students with C Programming Language 🀘🏻

Notifications You must be signed in to change notification settings

tontide1/Student-Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

28 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Overview

Hello everyone πŸ‘‹πŸ», this is a small project (programmed by me @tontide1 πŸ€“) on the topic of "student management" that almost anyone who has been studying computer science in Vietnam has to do through this project.

Video

When running the program will look like this !

student.management.mp4

Knowledge used

First, we need to declare the following libraries to use: <stdio.h>, <string.h>, <stdlib.h>.

In this small project, I only use basic knowledge when we learn programming like:

  • Loop (for, do while)
  • Switch case
  • Condition (if else)
  • Function
  • Array
  • String
  • Struct
  • Pass by reference (pointer)

Installation

  1. git clone https://github.com/tontide1/-Student-management.git
  2. To be able to run the program you can run file .exe or you want to run, debug and edit code so you should download and install IDE:

End !

Thank you for your interest in this small project ! This small project is very helpful for beginners to learn programming.

If you like it, give me a star and a fork. Love you, guys.

About

Managing Students with C Programming Language 🀘🏻

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages