C Language

Airline Ticket Booking System Project In C With Source Code

The mini-project “Airline Ticket Booking System Project” is a console application using the C programming language. This project compiles in Code Blocks with the GCC compiler. In this console application, you can do basic passenger record tasks like adding the passenger info, view the added passenger, search the passenger, ..etc. This application is based on file

Airline Ticket Booking System Project In C With Source Code Read More »

Hospital Management System Project in C

The mini-project “Hospital Management System Project” is a console application using the C programming language. This project compiles in Code Blocks with the GCC compiler. In this console application, you can do basic Patient Record tasks like adding the Patient info, view the added Patient, search the Patient, ..etc. This application is based on file handling

Hospital Management System Project in C Read More »

sizeof Operator in C

In this blog post, you will learn the sizeof Operator in C and their concept. You will learn how to use sizeof operator in your code. We also see some programming examples to understand the sizeof. So let’s understand what is a sizeof operator.   What is the sizeof Operator in C? The sizeof operator

sizeof Operator in C Read More »

_Alignof or alignof Operator in C

In this blog post, you will learn the alignof Operator in C and their concept. You will learn how to use alignof (_Alignof) Operator in your code and its effect. We also see some programming examples to understand the alignof Operator. So let’s understand what is alignof Operator.   What is _Alignof Operator in C?

_Alignof or alignof Operator in C Read More »