A) a compilation error will be generate
B) a runtime error will be generated
C) the indexed location will be used.Β Β The computer will access memory to the left of the array
D) the smallest indexed location will be accessed
Correct Answer
verified
Multiple Choice
A) int examScore = new examScore[3];
B) int [ ] examScore = new examScore[4];
C) int [ ] examScore = new examScore[3];
D) int examScore[4] = new examScore[ ];
Correct Answer
verified
Multiple Choice
A) num[5] = 50;
B) num[4] = 50;
C) num = 50 [5] ;
D) num5 = 50;
Correct Answer
verified
True/False
Correct Answer
verified
Short Answer
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) A compilation error will be generated
B) A runtime error will be generated
C) 50 will be stored at the 100th indexed location
D) 50 will be stored at the last legal location
Correct Answer
verified
Multiple Choice
A) An error message is generated.
B) Elements are copied to new memory locations.
C) Both arrays become value type data elements.
D) Both arrays reference the same memory locations.
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) CopyObject( )
B) Clone( )
C) Copy( )
D) CreateArray( )
Correct Answer
verified
True/False
Correct Answer
verified
True/False
Correct Answer
verified
Short Answer
Correct Answer
verified
Short Answer
Correct Answer
verified
Multiple Choice
A) parallel
B) two dimensional
C) dynamic
D) related
Correct Answer
verified
Showing 61 - 75 of 75
Related Exams