// Start comments with double slashes. // Separate each item by a # // Options for the types of entries can be found in DataInputModel TITLE Please rate your knowledge of the following topics. Click on 'Done' button when done. // *********************************Pointers************************ # RADIOBUTTON How well do you know arrays? Very well Well Average Not well Not at all # RADIOBUTTON How well do you know referencing elements of an array in a for loop? Very well Well Average Not well Not at all # RADIOBUTTON How well do you know passing arrays as parameters to functions? Very well Well Average Not well Not at all # RADIOBUTTON All the elements of an array must of the same data type. Yes No Don't know # RADIOBUTTON Elements of an array must be accessed in the order in which they appear in the array. Yes No Don't know # RADIOBUTTON If the size of an array is 10, the subscript of the last element in the array is 10. Yes No Don't know # RADIOBUTTON An expression can be used as the subscript to access an element of an array. Yes No Don't know