Questão de Algoritmos
What is the output of the following code?
A matrix C is created with 7 rows and 2 columns
The values of the first row of matrix A are copied to the even rows of matrix C
The values of the first row of matrix B are copied to the odd rows of matrix C
The values of matrix C are printed
A
A code has a syntax error
B
A code will not compile
C
A code will compile but will not produce any output
D
A code will produce output
Comentários
Ainda não há comentários para esta questão.
Seja o primeiro a comentar!