5:04 AM

Define Program

Posted by Sanjay Kumar


program can be defined as a collection of instructions which performs some complete task.
(or)
program can be defined as collection of sub programs (in C language sub programs are called functions)
The basic program in any language contains following four steps
* defining variables
* reading inputs
* processing the inputs
* finding outputs

0 comments: