C Language

What is a Null Pointer in C

What is a Null Pointer in C/C++?

In this article, you will learn about NULL Pointers with the help of programming examples. If you don’t know what is pointer I recommend you first learn what a pointer is, you can check my other post “Pointer in C/C++“.   So let’s start the article with the introduction of NULL pointers.   What is […]

What is a Null Pointer in C/C++? Read More »

Employee Record System Project

Employee Record System Project in C

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

Employee Record System Project in C Read More »