
What is c ?
C is a Programming Language .
What is language ?
Language is a medium through which we can communicate .
What is programming language ?
Programming language is a medium through which we can communicate with computers .
What is program ?
Set of computer instruction is called program .
What is programming ?
The process of software development is known as programming .
What is difference between program and programming ?
Program :
- A program is a set of instructions written in a specific programming language that performs a specific task or a set of tasks when executed by a computer.
- It is a collection of code that is written to achieve a particular goal or solve a specific problem.
- Programs can be applications, scripts, or any other executable code that carries out a defined set of operations.
Programming:
- Programming, on the other hand, is the process of designing and building a program. It involves creating a set of instructions that can be executed by a computer to perform a specific task.
- Programming is a broader term that encompasses the entire process of software development, including problem-solving, algorithm design, coding, testing, debugging, and maintenance.
- Programmers or developers engage in programming to create software solutions by writing code in programming languages.
What is the requirement of program ?
To develop a software we need program .
- Computer only understand “Machine Code” or ” Binary Code ” or ” 0 & 1 ” .
- But in C language we will write the code in English language .