Introduction To C programming

WHY C ?

When we started our journey as computer engineer. The first programming language given by all college or university is C. can you think why C is mostly first ordered by education institute. Because C is very easy to learn and C includes all the basic concept for other programming languages you Good at C you can easily learn other programming language like Java, ++C, Python etc. The syntax of C is very easy and you can easily learn it. So, I you wanted to become programming master C is must require language.

WHERE IS C USE?

C is often considered to be the mother of all languages because so many other languages are based on it. It also supports Function of high-level programming languages, such as scripting for software application etc. C is highly portable and is used for application which form a major part of Windows, UNIX, and Linux operating system.

HELLO WORLD:

Program:

#include<stdio.h>
void main()
{
    printf("Hello world of zeel");
}
C

Output:

Hello world of zeel
Terminal

YOU CAN FIND MORE THAN 100+ PROGRAMS IN C BELLOW:

  1. Basic
  2. Condition
  3. Calculation
  4. Pattern
  5. Array
  6. String
  7. Pointer
  8. Structure
  9. Application base

Blog Write By:zeel codder

People Also Read