In the statement scanf("%d", &kilometer);, kilometer is a ?.
- Function
- Operator
- Variable
- Constant
Explanation
In the statement scanf("%d", &kilometer);, kilometer is considered a variable because:
- Declaration:
Before this statement, kilometer must have been declared as a variable
- Address of Operator:
The & operator in &kilometer is the address-of operator.
It provides the memory address of the variable kilometer to the scanf function.
- Variable Usage:
Variables are used to store data that can be modified during program execution.
Related MCQs
سی ڈی ایک آپٹیکل ڈسک فارمیٹ ہے جو _____ رکھنے کے لیے استعمال ہوتا ہے؟
- Sound
- Pre-recorded text
- Graphics
- All of these
اس سوال کو وضاحت کے ساتھ پڑھیں
مندرجہ ذیل میں سے کون سی فائل میں 'ایم پی جی' ایکسٹینشن ہے؟
- Audio
- Image
- Video
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
کمپیوٹر وائرس کیا ہے؟
- A type of insect that harms computer
- A type of program that harms computer
- A type of hardware that harms computer
- A type of firmware that harms computer
اس سوال کو وضاحت کے ساتھ پڑھیں
کمپیوٹر _____ کے بغیر کام نہیں کر سکتا؟
- Microsoft Office
- Internet Connection
- Operating System
- Antivirus Protection
اس سوال کو وضاحت کے ساتھ پڑھیں
ڈیٹا بیس ایپلی کیشن کا آؤٹ پٹ کون سا اعتراض ہے؟
- Report
- Table
- Form
- Query
اس سوال کو وضاحت کے ساتھ پڑھیں
Leave a Reply
Your email address will not be published. Required fields are marked *