FEATURES OF C. Simple Machine independent or portable Mid-level programming language Structure programming language Rich library Memory management Speed Pointers...
Continue reading...C
C PROGRAM STRUCTURE
#include <stdio.h> void main() { printf("Learn2Done"); } Explanation of the above syntax: #include: it is a preprocessor directive that tells the compiler...
Continue reading...C HISTORY
The root of all modern languages is ALGOL, introduced in the early 1960s. AlGOL gave the concept of structured programming...
Continue reading...C INTRODUCTION
C is a procedural programming language. It was initially developed by Dennis Ritchie in 1972. It was mainly developed as...
Continue reading...