Coding Mcq’s
10.4K subscribers
3 photos
1 file
6 links
Do join for coding McQ’s‼️

All types of Programming Questions, Answer & Mcq's 🧠👨‍💻
Download Telegram
Which keyword is used to prevent any changes in the variable within a C program?
Anonymous Quiz
22%
immutable
17%
mutable
51%
const
10%
volatile
👍1
Hello My friends, Share this Telegram channel to all your friends so they can increase their skills & increase their knowledge 🧠🧑‍💻
❤‍🔥1
In multilevel inheritance, which is the most significant feature of OOP used?
Anonymous Quiz
13%
Code efficiency
16%
Code readability
14%
Flexibility
57%
Code reusability
correct extension of the Python file?
Anonymous Quiz
84%
.py
3%
.java
2%
.c
11%
.pyhton
What is the size of the int data type (in bytes) in C?
Anonymous Quiz
61%
4
5%
3
30%
2
5%
1
👍1
Number of primitive data types in Java are?
Anonymous Quiz
47%
6
16%
7
33%
8
5%
9
Process of inserting an element in stack is called ____________
Anonymous Quiz
8%
Create
77%
Push
12%
Pop
3%
Evaluation
Which of the following concepts is not a part of Python?
Anonymous Quiz
51%
Pointers
6%
Loops
25%
Dynamic typing
17%
All of above
Which of these cannot be used for a variable name in Java?
Anonymous Quiz
31%
identifier & keyword
14%
identifier
30%
keyword
25%
none of the mentioned
Which among the following doesn’t come under OOP concept?
Anonymous Quiz
12%
Data hiding
33%
Message passing
43%
Platform independent
12%
Data binding
👍1
Which feature of OOP indicates code reusability?
Anonymous Quiz
13%
Abstraction
23%
Polymorphism
13%
Encapsulation
51%
Inheritance
1🔥1
Which feature of OOP is exhibited by the function overriding?
Anonymous Quiz
52%
Polymorphism
17%
Encapsulation
14%
Abstraction
17%
Inheritance
Which among the following can show polymorphism?
Anonymous Quiz
40%
Overloading &&
22%
Overloading <<
17%
Overloading ||
21%
Overloading +=
In which access should a constructor be defined, so that object of the class can be created in any function?
Anonymous Quiz
22%
Any access specifier will work
16%
Private
57%
Public
4%
Protected
❤‍🔥4
When does method overloading is determined?
Anonymous Quiz
33%
At run time
46%
At compile time
9%
 At coding time
12%
 At execution time
Which concept of Java is achieved by combining methods and attribute into a class?
Anonymous Quiz
49%
Encapsulation
23%
Inheritance
17%
Polymorphism
10%
Abstraction
What is it called if an object has its own lifecycle and there is no owner?
Anonymous Quiz
30%
Aggregation
25%
Composition
27%
Encapsulation
18%
Association