History of C': ALGOL 1960. It's First
History of C': ALGOL 1960. It's First
History of C': ALGOL 1960. It's First
Interpreter:
which analyzes and executes each line of
source code without looking at the entire
program.
Advantage of interpreter:
It can execute a program immediately.
Compilers require some time before an
executable program emerges.
But,
However, programs produced by compilers run
much faster than the same programs executed
by an interpreter.
C Compiler
Input Output
No1. &
PROGRAM No1 + No2
No2.
Algorithm
Specifies steps of doing the things
Irrespective of any programming language
Example: Addition of two numbers
Input/Output Rectangle
Decision Box
Connector
Flowchart-example
Example: To add two numbers and display the
result.
Start
End
Files:- storage of logically related data