Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 7

The C Programming Language (Lecture 1)

Layman To Expert
What is a Language?
• Mode/method of communication.
• English,Hindi,Punjabi,etc

• Programming Language?
• C Programming, C++,Java,Python etc
• Commands
How to give commands to Computer?
• DISPLAY [on monitor]
• Hello,World!
• This is my first program
• Othe Examples
How to give commands to Computer?
• READ [from key board]
• Read(x);
• Read (x,y);

• How to see these values


How to give commands to Computer?
• Addition of Two Numbers and showing the result
• Subtraction, Division and Multiplication
• Interest Calculation

You might also like