Edit Game
Grade 10(Array)
 Delete

Use commas to add multiple tags

 Private  Unlisted  Public




Delimiter between question and answer:

Tips:

  • No column headers.
  • Each line maps to a question.
  • If the delimiter is used in a question, the question should be surrounded by double quotes: "My, question","My, answer"
  • The first answer in the multiple choice question must be the correct answer.






 Save   8  Close
find value of x - int n= {1,4,7,9,8} ; x = Math.pow(n[0],n[4])
1
find error - int a = new int [5]
Give output - int m[ ] = {2,4,6,8}; m[1] + m[3]
12
find error - int a[ ] = new int (5)
find error - int a = new int [5]
a[ ] = {1,2,3,4,5,6,7,8,9} what is a.length
9
Give example of Direction initialization of an Array
State the total size in bytes of the array a[4] of int datatype.
16 bytes