Which of the following gives the memory address of the first element in array? ; b) array; c) array(2); d) array;
Which of the following gives the memory address of the first element in array? ; b) array; c) array(2); d) array; Correct Answer 0
To get the address of ith index of an array, we use following syntax (arr + i). So as we need address of first index we will use (arr + 0) equivalent to arr.
মোঃ আরিফুল ইসলাম
Feb 20, 2025