Pages

Saturday, February 5, 2011

Definition of terms

Computer - Refers to an electronic device that can perform task, process, executes and store information.
Declaration - Refers to a variable or a function which is prepared to be use in a program.
Variables - Storage of information. It represents a value depending on its declaration.


Program - is a set of instruction that performs a task.
Syntax - is a format or a set of rule for a certain command in C that must be followed or else it will give an error to your program. Thus the program fails to execute or run (syntax error).

No comments:

Post a Comment