MCQ
Single Best Answer
Not Set
QIf an array is declared as arr[] = {1,3,5,7,9}; then what is the value of sizeof(arr[3]) ?
ID: #2717
Array MCQ
22,929 views
Question Info
#2717Q ID
Not SetDifficulty
Array MCQTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option B
Explanation
Answer: 2
sizeof(arr[3]) --> this will find the size of the index 3 elements only
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic