About Us
Contact Us
Privacy Policy
Home
Topic
Computer Sciences
Sports
Genrel Knowledge
English
Computer Programming
MS Office
IQ
Science
Religion
Social Studies
Current Affairs
Management Sciences
Subjects
Past Papers
Custom Inspector
FIA Inspector
Deputy Accountant
Director NAB
Zilladar
Tehsildars
Mock Test
CSS Screening Test Guide
Signin/Join
Simplified guide of MCQs for Exams, Interviews
Sub Topic: C++
1 .
When a child class inherits traits from more than one parent class, this type of inheritance is called _______________ inheritance.
A. Hierarchical
B. Hybrid
C. Multilevel
D. Multiple
Show Answer
Correct Answer:
Multiple
Sub Topic: C++
Posted by: Atif
2 .
Which of the followings is/are not keyword in CPP?
A. asm
B. boolean
C. mutable
Show Answer
Correct Answer:
boolean
Sub Topic: C++
Posted by: Atif
3 .
We can create objects of the abstract class.
A. True
B. False
Show Answer
Correct Answer:
False
Sub Topic: C++
Posted by: Atif
4 .
What is the output pf the following code?<br> int x=20,y=35; x=y++ + x++; cout << x << y;
A. 5794
B. 2035
C. 2136
D. 6070
Show Answer
Correct Answer:
5794
Sub Topic: C++
Posted by: Atif
5 .
What is the output of the following code.<br> int i=5,j=6,k=7,n=3;<br> cout<<i+j*k-k%n<<endl;<br> cout<<i/n<<endl;<br>
A. 46 and 1
B. 50 and 80
C. 45 abd 2
Show Answer
Correct Answer:
46 and 1
Sub Topic: C++
Posted by: Atif
«
1
2
3
(current)
»
Go
Topics
Computer Sciences
Sports
Genrel Knowledge
English
Computer Programming
MS Office
IQ
Science
Religion
Social Studies
Current Affairs
Management Sciences
Subjects