Multiple Choice
Moderate
QArray এর সব element একই হতে হবে কেন?
ID: #24901
SEMESTER – I - COMS - Unit – 3: Section 4: Introduction to C: Arrays and Structure
9 views
Question Info
#24901Q ID
ModerateDifficulty
SEMESTER – I - COMS - Unit – 3: Section 4: Introduction to C: Arrays and StructureTopic
Your Answer
Select All That Apply
Tick every correct option, then press Check Answer.
Correct Answer
Explanation
Array একই ধরনের data store করে যাতে memory layout sequential এবং efficient হয়।
কেন A সঠিক: একই type হলে memory continuousভাবে allocate করা যায়।
কেন B ভুল: array different type support করে না।
কেন C ভুল: এটি primary reason নয়, design principle।
কেন D ভুল: function call এর সাথে array type সম্পর্কিত নয়।
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic