SUB:COMPUTER
TIM
L.FILL IN THE BLANKS
1. Iterative control structure is also called as
2. There are
types of arrays.
3.
determines the flow of control in a program
4. The expression2 in for loop refers to
5. The
statement is a multi-way decision maker.
bid to add notes
Onlineclass2020
Answers
Answered by
0
Answer:
the state ment is a multi way decision maker
Answered by
0
Answer:
ALL THE ANSWERS ARE RELATED TO C PROGRAMMING.
Explanation:
1. REPETATIVE CONTROL STRUCTURE
2. TWO TYPES OF ARRAY .SINGLE DIMENSIONAL AND MULTI DIMENSIONAL
3. Control flow STATEMENTS. (With loops, if/then, while, switch/case).
4. the condition is always true, leading to the creation of an infinite loop - a loop which never stops executing.
5. The switch case
Similar questions