Skip to content

An admission management system is a software application that automates and streamlines the process of enrolling students in educational institutions such as schools, colleges, and universities. It typically includes features such as application management, registration, and enrolment, fee payment, and student information management.

Notifications You must be signed in to change notification settings

Subrat-03/Admission-Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Admission-Management

An admission management system is a software application that automates and streamlines the process of enrolling students in educational institutions such as schools, colleges, and universities. It typically includes features such as application management, registration, and enrolment, fee payment, and student information management. The system allows students to submit their application and supporting documents online, and administrators can review and process the applications in a timely and efficient manner. It also enables students to checktheir application status, pay tuition fees, and receive confirmation of their enrolment.

Requirements used to complete this project - C programming and code blocks IDE

Function: function as a group of various statements that perform a task together. return_type function_name(parameter list ) { //body of the function; }

Switch: A switch construct is used to compare the value stored invariable num and execute the block of statements associated with the matched case. switch(expression) { case x: //code block; break; case y: // code block break; default: //code block }

Conditional statements: It Use if to specify a block of code to be executed, if a specified condition is true. if (condition) { //block of code to be executed if the condition is true; } else { //block of code to be executed if the condition is false; }

String: A string is a sequence of characters terminated with a null character. char str_name[size];

About

An admission management system is a software application that automates and streamlines the process of enrolling students in educational institutions such as schools, colleges, and universities. It typically includes features such as application management, registration, and enrolment, fee payment, and student information management.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages