What are statement in computer and its types??
Answers
Answered by
32
STATEMENTS
Statements are the instructions given to the computer to perform any kind of action,be it data movement, and be it making decisions or to be in repeating actions.
TYPES
- Empty statements
- Simple statements
- Compound statement
Answered by
0
Answer:
Explanation:
A statement directs the computer to perform a specified action. A single statement in a high-level language can represent several machine-language instructions. Programs consist of statements and expressions. An expression is a group of symbols that represent a value.
TYPES
Empty statements
Simple statements
Compound statement
Similar questions