Sticky Note
In the statement scanf("%d", &kilometer);, kilometer is a ?.
  1. Function
  2. Operator
  3. Variable
  4. 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

سی ڈی ایک آپٹیکل ڈسک فارمیٹ ہے جو _____ رکھنے کے لیے استعمال ہوتا ہے؟
  1. Sound
  2. Pre-recorded text
  3. Graphics
  4. All of these
اس سوال کو وضاحت کے ساتھ پڑھیں

مندرجہ ذیل میں سے کون سی فائل میں 'ایم پی جی' ایکسٹینشن ہے؟
  1. Audio
  2. Image
  3. Video
  4. None of these
اس سوال کو وضاحت کے ساتھ پڑھیں

کمپیوٹر وائرس کیا ہے؟
  1. A type of insect that harms computer
  2. A type of program that harms computer
  3. A type of hardware that harms computer
  4. A type of firmware that harms computer
اس سوال کو وضاحت کے ساتھ پڑھیں

کمپیوٹر _____ کے بغیر کام نہیں کر سکتا؟
  1. Microsoft Office
  2. Internet Connection
  3. Operating System
  4. Antivirus Protection
اس سوال کو وضاحت کے ساتھ پڑھیں

ڈیٹا بیس ایپلی کیشن کا آؤٹ پٹ کون سا اعتراض ہے؟
  1. Report
  2. Table
  3. Form
  4. Query
اس سوال کو وضاحت کے ساتھ پڑھیں

Leave a Reply

Your email address will not be published. Required fields are marked *

1 + 2 = ?



All Rights Reserved © TestPoint.pk