Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Help me please i think #1 is true Indicate whether the sentence or statement is

ID: 3635904 • Letter: H

Question

 

Help me please 

i think #1 is true

Indicate whether the sentence or statement is true or false. The size of the array must be known at the compile time. Give the declaration The declaration In a class, all function members are public and all data members are private. The base address of a two-dimensional array is the address of the component. A binary search on a list assumes that the list is in order. suppose that str1, str2 and str3 are string variables. After the following statements value of str1 is "abc-xyz". Consider the statements: After the following statements executes, the value of str2 is "ABCD". Suppose that you have the following declaration. In this deceleration, the array alpha has more components than the array be t is

Explanation / Answer

1. True 2. False (will print the address of the array) 3. False 4. False (by default, everything is private) 5. True 6. True 7. True 8. False (it will be BCD) 9. False (both have 100)