Introduction to C language

 Definition : - C is a high-level and general - purpose programming language developed by. "Dennis Ritchie" Bell Labs for the Unix Operating System in the year 1972 in USA.

Syntax of C 👇

#include <stdio.h>

#include <conio.h>

Void main ();

{

/*statements*/

}

getch();

}



Comments

Popular posts from this blog

Basic Computer 🖥️💻 Organisation

Introduction of computer 🖥️🖥️🖱️