MCQ Single Best Answer Moderate

QArray index শুরু হয় কোন সংখ্যা থেকে?

ID: #24898 SEMESTER – I - COMS - Unit – 3: Section 4: Introduction to C: Arrays and Structure 4 views
Question Info
#24898Q 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 1
  • B -1
  • D 10
Correct Answer: Option C

Explanation

C ভাষায় array indexing সবসময় 0 থেকে শুরু হয়। প্রথম element থাকে index 0-তে।

কেন C সঠিক: array এর প্রথম element index 0 থেকে শুরু হয়।

কেন A ভুল: 1 থেকে শুরু হয় না, এটি logical ভুল।

কেন B ভুল: negative index C ভাষায় valid নয়।

কেন D ভুল: index size অনুযায়ী হয় না, বরং 0 থেকে শুরু হয়।

Share This Question

Challenge a friend or share with your study group.