Advertisements
Advertisements
प्रश्न

Consider the Two dimensional array P[2][3], of peripherals (input/output devices) given above, state the index of the device Barcode Scanner.
विकल्प
P[1][1]P[0][1]P[1][2]P[0][0]
MCQ
Advertisements
उत्तर
P[1][1]
Explanation:
(Row and column indexes in a 2D array P structure start from (0,0). The element is in row index 1 and column index 1, so P[1,1].
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
