Posts

Array

Image
Information about Array An array is a data structure used to store collections of similar values under a given name. They are also called subscripted variables. Elements of array are stored in the contiguous memory locations.

Compiler Directive

Image
Compiler Directive Complier directives such as define and include are special instructions to the compiler to help it to compile a program. They do not end with semicolon. The sign # of compiler directives must appear

Programming in C Language

Introduction to Programming in C Language C is general purpose structured programming language. It is the outcome of two programming languages B and BCPL. All three programming languages were