A. Parvez Musharraf
B. Sikandar Ali Mirza
C. None of the above
D. Ayoub Khan
Explanation
On 14 October 1999, Musharraf appeared on television to declare a state of emergency and issued a Provisional Constitutional Order that ultimately suspended the writ of the Constitution of Pakistan
Show/Hide Explanation
A. Constant
B. Variable
C. Function
D. Operator
Explanation
In the statement scanf("%d", &kilometer);, kilometer is considered a variable because:
Before this statement, kilometer must have been declared as a variable
The & operator in & kilometer is the a ddress-of operator.
It provides the memory address of the variable kilometer to the scanf function.
Variables are used to store data that can be modifie d during program execution.
Show/Hide Explanation
✅ Correct: 0 |
❌ Wrong: 0 |
📊 Total Attempted: 0