Programming in C
Introduction
The computer needs a set of instructions to process data. A program is a
sequence of instructions to perform a particular task. Collection of the
program is called software.
A programming language is a well-defined set
of rules for specifying a program's sequence of instructions.
Examples:
C, C++, FORTRAN, Java, BASIC, Prolog, Pascal, etc.
The source code is a
sequence of instruction, written in a human-readable programming language. It
constitutes a program or a piece of a program. A source file is a file of
source code.
Comments
Post a Comment