1.  [[1, 2], [3, 1.5], [0.5, 0.5]]

2.  [[3, 1.5], [1, 2], [0.5, 0.5]]

3.  [[0.5, 0.5], [1, 2], [3, 1.5]]

4.  [[0.5, 0.5], [3, 1.5], [1, 2]]

4
Correct Answer :

[[0.5, 0.5], [1, 2], [3, 1.5]]


Explanation :
No Explanation available for this question

1.  [[1, 2, 3], [4, 5, 6], [7, 8, 9]]

2.  [[0, 1, 2], [1, 2, 3], [2, 3, 4]]

3.  [1, 2, 3, 4, 5, 6, 7, 8, 9]

4.  [0, 1, 2, 1, 2, 3, 2, 3, 4]

4
Correct Answer :

[[0, 1, 2], [1, 2, 3], [2, 3, 4]]


Explanation :
No Explanation available for this question

1.  8

2.  12

3.  16

4.  32

4
Correct Answer :

16


Explanation :
No Explanation available for this question

1.  The program prints two rows 3 4 5 1 followed by 33 6 1 2

2.  The program prints on row 3 4 5 1 33 6 1 2

3.  The program prints two rows 3 4 5 1 followed by 33 6 1 2

4.  The program prints two rows 1 3 4 5 followed by 1 2 6 33

4
Correct Answer :

The program prints two rows 1 3 4 5 followed by 1 2 6 33


Explanation :
No Explanation available for this question

1.  1 2 3 4

2.  4 5 6 7

3.  1 3 8 12

4.  2 5 9 13

4
Correct Answer :

2 5 9 13


Explanation :
No Explanation available for this question

1.  1

2.  2

3.  4

4.  5

4
Correct Answer :

5


Explanation :
No Explanation available for this question

Interview Questions

MongoDB
Java Script
Node JS
PHP
JQuery
Python