QUESTION 6 17 Array-table 7 y table(1+2]; What is the value of y? 24 O 40 09 11 30 QUESTION 7 Array name is table and it contains integers. SIZE represents the number of elements in the array table. The function display displays the elements of the array table. Which function call is correct? Ⓒdisplay (table) SIZE: O display (int, int display (table), SIZE) display (table, SIZE QUESTION B Array name is table and it contains integers. SIZE represents the number of elements in the array table. The function display displays the elements of the array table. Which one is correct function prototype? void display (int int O void display (table int, size int Ovoid display table, size) Int display (table, size); 0 23 O 23 O 9 Ch
QUESTION 8 rray name is table and it contains integers. SIZE represents the number of elements in the array table. The function display displays the elements of the array table. Which one is correct function prototype? void display (int[], int): void display (table int, size int); Ovoid display (table, size): int display (table, size); QUESTION 9 In a 20 array table of 33 matrix as show below, which variable will return the value 13? table 13 16 table[2][1] O table(2, 3) Otable[2][3] O table[1][2] QUESTION 10 With an array of 210 elements, what is the maximum number of comparisons the binary search will perform to search an item? 07 08 Ⓒ209 105
stion Completion Status: stion Completion Status: QUESTION 6 17 Array-table 7 y table(1+2]; What is the value of y? 24 O 40 09 11 30 QUESTION 7 A
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am