What is Programming Language?

A programming language is a formal system designed to communicate instructions to a computer. It is a set of rules and syntax that allows programmers to write software, specifying how a computer should perform a certain task or set of tasks

Types of Programming language

There are three types of Programming language
Low level Programming Language i.e (Assembly)
Middle level Programming Language i.e (C)
High level Programming Language i.e (C++,Java,Python)

image5

Software and Shortcut Keys

Turbo c7 is a compiler which is used to run the C program
F3 Open
F2 Save
F5 Min/Max the Screen
Alt + Enter Min/Max the Window Screen
Alt + F9 Interpret (Error Checking)
Ctrl + F9 Compile (For Result)

Basic Structure of the Program (Hello World!)

image1