MCQ Single Best Answer Moderate

QArray এর কোন বৈশিষ্ট্যটি সঠিক?

ID: #24906 SEMESTER – I - COMS - Unit – 3: Section 4: Introduction to C: Arrays and Structure 2 views
Question Info
#24906Q ID
ModerateDifficulty
SEMESTER – I - COMS - Unit – 3: Section 4: Introduction to C: Arrays and StructureTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Different data type store করা যায়
  • B Same type data store করা যায়
  • C Only integer store করা যায়
  • D Only character store করা যায়
Correct Answer: Option B

Explanation

Array হলো এমন একটি data structure যা একই ধরনের ডেটা সংরক্ষণ করে।

কেন B সঠিক: array শুধুমাত্র একই data type যেমন int, float, char store করে।

কেন A ভুল: array different data type support করে না।

কেন C ভুল: array শুধু integer-এর জন্য নয়।

কেন D ভুল: array শুধু character-এর জন্য নয়।

Share This Question

Challenge a friend or share with your study group.