

McqMate
Q. |
What will be the content of array variable table after executing the following code?
|
A. | 0 0 0 0 0 0 0 0 0. |
B. | 1 0 0 1 1 0 1 1 1. |
C. | 1 0 0 0 1 0 0 0 1. |
D. | 0 0 1 0 1 0 1 0 0. |
Answer» C. 1 0 0 0 1 0 0 0 1. |
View all MCQs in
Java ProgrammingNo comments yet