An array is a ______ structure.
ایک ارے کس قسم کی ساخت ہے؟
- Data
- Loop
- Control
- None of these
Explanation
- An array is a data structure.
- It is used to store multiple values of the same type in a single variable.
- It organizes data in a linear form (index-based storage).
- Each element can be accessed using its index number.
- Arrays are used in programming languages like C, C++, Java, and Python.
Last verified on 09-06-2026
Related MCQs
- NOT
- XOR
- OR
- AND
اس سوال کو وضاحت کے ساتھ پڑھیں
کمپیوٹر نیٹ ورکس میں ڈی این ایس کا بنیادی مقصد کیا ہے؟
- Manage network hardware
- Translate domain names to IP addresses
- Establish secure connections
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
مندرجہ ذیل میں سے کون سی آبجیکٹ اورینٹڈ پروگرامنگ کی خصوصیت نہیں ہے؟
- Compilation
- Polymorphism
- Encapsulation
- Inheritance
اس سوال کو وضاحت کے ساتھ پڑھیں
آپریٹنگ سسٹم کے کرنل کا بنیادی کام کیا ہے؟
- Manage hardware and system resources
- Run user applications
- Provide internet connectivity
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
ایک ارے کس قسم کی ساخت ہے؟
- Data
- Loop
- Control
- None of these