Skip to content

Commit fcf518b

Browse files
authored
Add files via upload
1 parent ae0883a commit fcf518b

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

README.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
2+
# SMS (Student Management System) in C
3+
4+
In this article, we will implement student management system using linked list in c.
5+
6+
A student management system (also known as a student information system or SIS) helps a school manage data, communications, and scheduling. A school system generates and uses a large amount of data. This data must be communicated appropriately to students, faculty, and parents. A student management system helps schools to store, manage, and distribute this information.
7+
8+
## Screenshots
9+
10+
![main](https://github.com/kunu247/C_Programming_Projects/blob/main/img/about_scr.png?raw=true)
11+
12+
![menu_screen](https://github.com/kunu247/C_Programming_Projects/blob/main/img/menu_screen.png?raw=true)
13+
14+
![add_record](https://github.com/kunu247/C_Programming_Projects/blob/main/img/add_record.png?raw=true)
15+
16+
![view](https://github.com/kunu247/C_Programming_Projects/blob/main/img/view.png?raw=true)
17+
18+
![del](https://github.com/kunu247/C_Programming_Projects/blob/main/img/del.png?raw=true)
19+
20+
![about_scr](https://github.com/kunu247/C_Programming_Projects/blob/main/img/about_scr.png?raw=true)
21+
## 🚀 About Me
22+
23+
Hello, user I'm a Programmer !
24+
My self Kunal !
25+
26+
## Authors
27+
28+
- [@kunu247](https://github.com/kunu247)
29+
## 🔗 Links
30+
[![instagram](https://img.shields.io/badge/Instagram-E4405F?style=for-the-badge&logo=instagram&logoColor=white)](https://instagram.com/rootk.unu247?utm_medium=copy_link)
31+
32+
[![github](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/kunu247/)

0 commit comments

Comments
 (0)