1. The elements of an array can be accessed by its a) name b) index c) dimension d) none of the above Solution: (b) An array is accessed by its index. 2. The elements of array are stored in contiguous memory due to a) This way computer can keep track only the address of the first element and the addresses of other elements can be calculated. b) The architecture of computer does not allow arrays to store other than serially c) Both d) None Solution: (a) This way computer can keep track only the address of the first element and the addresses of other elements can be calc...
programming in c language