.
Int num[6] = { 2, 4, 12, 5, 45, 5 };
Int n{} = { 2, 4, 12, 5, 45, 5 };
Int n{6} = { 2, 4, 12 };
Int n(6) = { 2, 4, 12, 5, 45, 5 };
3, 2, 15
2, 3, 20
2, 1, 15
1, 2, 5
5
6
9
10
Sequential
Random
Sequential and Random
None of the Above
I and II
I, II and III
II and III
I, III and IV
III and IV
Initialization is a part of definition
It is a declaration
It is a formal parameter
All of these
15
10
50
30
None of the above
Garbage Value
5
6
0
None of the above
65474, 65488
65480, 65488
65480, 65496
65474, 65476
Error
Some address will be printed.
None of these
Will make an infinite loop
Enhances the logical clarity of the program.
Helps to avoid repeated programming across programs.
Makes the debugging task easier.
All of the above
10
9
11
Compile time error
5 5 5 5 5
5 4 3 2 1
Infinite Loop
Compilation Error
Option 1
Option 2
Option 3
Option 4
Wait!
Here's an interesting quiz for you.