Question: 1. Indicate another term for software. A. data B. input/output C. program D. system 2. Indicate error due to missing a brace'{' in a C

1. Indicate another term for software. A. data B. input/output C. program D. system 2. Indicate error due to missing a brace'{' in a C program. A. logic error B. run-time error C. semantic error D. syntax error 3. Find the statement that is NOT being used to produce a loop in C program. A. case B. do..while C. for D. while 4. Given the following declaration: int a = 11, b = 4, C = 10, d = 2; Find the value of the expression below: a %b +C-03 A. 6 B. 7 C. 30 D. 33 5. Find the value of variable n after the following C program segment has been executed int i, j, n = 0; for (i =0; i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
