What is File Handling in C
File handling is used to store the data permanently in files. It…
What are Structures in C?
Structure stores the different types of elements i.e heterogeneous elements. The struct keyword is…
What are Keywords in C?
Keywords are preserved words that have special meaning in C language. The…
C Language Basic Syntax Rules
C language syntax specify rules for sequence of characters to be written…
Compile and Run C Program
To compile and run a C language program, you need a C…
First C Program and its Structure
Lets see how to write a simple and most basic C program:…
Features of C language
It is a robust language with rich set of built-in functions and…
Functions Pointers in C Programming with Examples
Pointers give greatly possibilities to 'C' functions which we are limited to…
Declaring a pointer
Like variables, pointers have to be declared before they can be used…


