-
A. clear_screen();
-
B. scanf();
-
C. clrscr();
-
D. None of these
Explanation
clrscr() is a function used to clear the console screen in C/C++ (usually with conio.h library).
It helps to remove previous output before displaying new information on the screen.
-
A. None of these
-
B. # define PI 3.14
-
C. define PI = 3.14
-
D. # define PI = 3.14
Explanation
#define PI 3.14
This is the correct syntax for defining a constant using the C preprocessor directive.
It replaces every instance of PI with 3.14 before compilation begins.
مستحکم اعداد و شمار کی تقسیم کی حکمت عملی میں ، جہاں ڈیٹا کا اشتراک کیا جاتا ہے؟
-
A. None of these
-
B. All data are located at a single site
-
C. Data is divided into non-critical segments
-
D. Data is distributed at different sites
Explanation
In Consolidated Data Distribution, all data is stored at one central site.
This simplifies management but may reduce access speed for remote users.
سی آر سی پلس پلس میں گیٹ سی ایچ () فنکشن کیا کرتا ہے؟
-
A. None of these
-
B. It reads a string from the user
-
C. It will display the character on the screen that user has entered
-
D. It reads a character from the keyboard without displaying it on the screen
Explanation
The getche() function in C/C++ (from the <conio.h> library) performs two actions:
- Reads a single character from the keyboard (immediately, without waiting for Enter).
- Echoes (displays) the character on the screen.
ای تعمیراتی ایپ _____ کے لئے استعمال کی جاتی ہے؟
-
A. Building permit
-
B. None of these
-
C. Road maintenance
-
D. Traffic control
Explanation
E-Construction app facilitates online approval for building permits.It streamlines the construction approval process digitally.
-
A. Kindness
-
B. Injury
-
C. None of these
-
D. Help
Explanation
Harm means نقصان
Injury means چوٹ
-
A. None of these
-
B. Ignore
-
C. Punish
-
D. Comfort
Explanation
Console means کسی کو تکلیف یا غم میں تسلی دینا
Comfort means ہمدردی اور مدد کی پیش کش کرنا
-
A. Conquer
-
B. Following immediately one after the other
-
C. None of these
-
D. Victory
Explanation
Successive refers to things that occur in sequence, one after the other, without interruption.
Successive means یکے بعد دیگرے
Following immediately one after the other means فوری طور پر ایک کے بعد ایک کے بعد
-
A. Punished
-
B. None of these
-
C. Guilty
-
D. Free
Explanation
Scot-free means بِلا مَحصُول ۔ بِلا سَزا ۔ مَحصُول کی ادائيگی سے مُستَثنی
Free means بِلا مَحصُول ۔ بِلا سَزا ۔ مَحصُول کی ادائيگی سے مُستَثنی
-
A. Consume
-
B. Conserve
-
C. Cut
-
D. Kill
Explanation
PRESERVE means محفوظ کرنا
Conserve means محفوظ کرنا
✅ Correct: 0 |
❌ Wrong: 0 |
📊 Total Attempted: 0