Question: Name: ECETI- CProgramming SP18 Midternm 8. 9. (3pts) wWhich answer provides best description of the following line of code? float abc[421 42 c identifier abc
Name: ECETI- CProgramming SP18 Midternm 8. 9. (3pts) wWhich answer provides best description of the following line of code? float abc[421 42 c identifier abc sizeof(abc) 168-1 bytes last index is 42 none of the above da continuous floating point numbers in memory referenced by the b. c. d. 10. (3pts) What are the x, y, n, and m values the after the following code example? Circle the correct int x-s, y-s,n 2 11. (3pts) What is the value of "result" when the loop terminates? As if you placed a breakpo line 10 1. void main() 2. 3. int result-0 4. int i=54321; 5. while (iI o) 6. 7. result++ 8, i=i/10; 10.) a. Loops forever, never reaches line 10 b. result-5 c. result-6 d. result0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
