logo

Hostel Management System

Developing a hostel management system for Wisdom College in Langkawi to provide accommodation for its students.

18 Pages1617 Words57 Views
   

Added on  2023-03-31

About This Document

This article provides an overview of the hostel management system, including its design, portable ANSI C programming concepts, and sample outputs. It covers topics such as the C programming language, the structure of a C program, and the functions used in the program. The article also includes explanations of the flowchart and pseudo code used in the program, as well as sample outputs for different functions. Overall, the article provides a comprehensive understanding of the hostel management system and its implementation in C programming.

Hostel Management System

Developing a hostel management system for Wisdom College in Langkawi to provide accommodation for its students.

   Added on 2023-03-31

ShareRelated Documents
Running Head: HOSTEL MANAGEMENT SYSTEM
HOSTEL MANAGEMENT SYSTEM
Name of the Student:
Name of the University:
Author Note:
Hostel Management System_1
1HOSTEL MANAGEMENT SYSTEM
Table of Contents
Introduction and Assumptions.........................................................................................................2
Design of the program.....................................................................................................................3
Explanation of portable ANSI C programming concepts................................................................5
Sample Outputs:...............................................................................................................................7
Conclusion.....................................................................................................................................15
References......................................................................................................................................16
Hostel Management System_2
2HOSTEL MANAGEMENT SYSTEM
Introduction and Assumptions
The C programming language is a sequential programming language or procedural
language. This programming language was developed between 1969 and 1973 by Dennis
Ritchie. This language was developed mainly for writing operating system (Kanetkar 2016). The
main key features of C programming language are low-level access of memory, set of simple
keywords, and a simple style of writing the code. Many other programming languages like Java,
JavaScript and C++, borrowed the syntax and the features of C language. The basic structure of a
C program includes header files, declaration of the main method, variable declaration, body and
the return statement (Chung et al. 2016).
The C program that we used in this project is based on a hostel management system,
where the student data are inserted and stored in a data file. The other functions of the program
are to show the data stored in the data files when required, checking the availability of rooms
according to gender and make payment for a room or abort the transaction in mid-way.
Assumptions of the C program are there are only 4 blocks available which are A3, B1, B3
and B4 due to the delay in construction of the buildings. The services available are gym and meal
for each block and there are 100 rooms in each block. Another assumption is that there can be
only one input at a time and only one function execution. The data file can store at least 50 data
entries or student records.
Hostel Management System_3
3HOSTEL MANAGEMENT SYSTEM
Design of the program
Flow Chart
Start
Define structure of student, and date
Read all student information
Check availability of rooms according to gender
Select payment method or abort the payment
Check total bill to be paid based on number of weeks
Check student details by roll number or the
name
Stop
Hostel Management System_4

End of preview

Want to access all the pages? Upload your documents or become a member.

Related Documents
Hostel Management System
|25
|1266
|447

Pseudo codes Pseudo Code for Add student entry: Open or create a
|3
|257
|209

Flow Chart. Start. Define structure of student, and dat
|1
|53
|314

Transaction Management Using C Programming Language
|20
|1253
|493

Sydney Hotel Management System
|22
|8241
|326

Expense Manager Software Design and Functionalities
|8
|905
|157