Posted on Leave a comment

C Programming

C programming is considered as the base for other programming languages, that is why it is known as mother language.

The C Language is developed by Dennis Ritchie for creating system applications that directly interact with the

It can also be defined by the following terms :

  1. Mother language
  2. System programming language
  3. Mid-level programming language
  4. Structured programming language
  5. Procedure-oriented programming language

Basics Program:

  1. #include <stdio.h>  
  2. int main() {  
  3. printf(“Hello C Programming\n”);  
  4. return 0;  
  5. }  

For the Complete Curriculum please contact

Email : technoinfo52@gmail.com , WhatsApp : 9519663733

Leave a Reply

Your email address will not be published. Required fields are marked *