MCQ
Single Best Answer
Easy
QC ভাষার Character Set-এর মধ্যে কী কী থাকে?
ID: #24880
SEMESTER – I - COMS - Unit – 3 Introduction to C: Basic Structure
3 views
Question Info
#24880Q ID
EasyDifficulty
SEMESTER – I - COMS - Unit – 3 Introduction to C: Basic StructureTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option C
Explanation
C Programming-এ Character Set বলতে সেই সমস্ত Character বোঝায় যেগুলি ব্যবহার করে Program লেখা হয়।
এগুলির মধ্যে রয়েছে:
- Alphabet → A-Z, a-z
- Digit → 0-9
- Special Symbol → +, -, *, =, {}, #, ; ইত্যাদি
int a = 10;
এখানে:
- int, a → Alphabet
- 10 → Digit
- = ও ; → Special Symbol
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic