MCQ
Single Best Answer
Not Set
QVariable কী?
ID: #24885
SEMESTER – I - COMS - Unit – 3 Introduction to C: Basic Structure
2 views
Question Info
#24885Q ID
Not SetDifficulty
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 B
Explanation
Variable হলো Memory-এর একটি নামযুক্ত স্থান যেখানে Data সংরক্ষণ করা হয় এবং Program চলাকালীন সেই মান পরিবর্তন হতে পারে।
int marks = 80;
এখানে:
- marks → Variable
- 80 → Value
পরবর্তীতে:
marks = 90;
এখানে Variable-এর মান পরিবর্তন হয়ে 80 থেকে 90 হয়েছে।
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic