InterviewSolution
Saved Bookmarks
| 1. |
Each array declaration need not give, implicitly or explicitly, the information about(a) The name of array(b) The data type of array(c) The first data from the set to be stored(d) The index set of the arrayI got this question during an interview.The query is from Application Performance topic in section Database Programming Techniques of Database Management |
|
Answer» The CORRECT answer is (c) The FIRST data from the set to be stored |
|