C Language Tutorial For Beginners
C Language Tutorial For Beginners
1. Mother language
2. System programming language
3. Procedure-oriented programming language
4. Structured programming language
5. Mid level programming language
2. History of C Programming:-
C language was developed in 1972 by dennis Ritchie at bell labouratories of AT&T located in
U.S.A. there are many languages come before C Programming language BCPL, B, Traditional
C, and K & R C etc.
3. Features of C language:-
There are many features of C Programming language are as follow:-
• Simple
• Machine Independent or Portable
• Mid-level programming language
• structured programming language
• Rich Library
• Memory Management
• Fast Speed
• Pointers
• Recursion
• Extensible
Output:-
Description:-
#include<stdio.h> input out library function printf() is defined in <stdio.h>.
#include<conio.h> defines console input output library functions.
void main() tells the compiler program is start here.
printf() this function is used to print the data on console.
getch() it passes to a single character value.