Overall Stats
Attempted
134
Correct
31
Incorrect
42
Viewed
61
Answers
Anamika Halder Halder -
2 years ago
B is the answer because entry control loop is for loop,exit control loop is while and do while
-
Log in to add a comment
Blank OP -
4 years ago
Blank OP from Bacolod City, Philippines is saying Exit control is correct answer
swathi -
4 years ago
swathi from Chennai, India is saying Exit control is correct answer
Biki -
4 years ago
Biki from Gangtok, India is saying Entry control is correct answer
naveen kalusalingam -
4 years ago
naveen kalusalingam from Chennai, India is saying Exit control is correct answer
Related Questions
......... means the ability that one thing can take several distinct forms ?
- [A] Dynamic Binding
- [B] Early Binding
- [C] Polymorphism
- [D] None of above
Which of the following is not an extension associated during the creation of a C++ program?
- [A] .cpp
- [B] .exe
- [C] .jpg
- [D] .bak
Polymorphism is implemented through which mechanism in C++ ?
- [A] Late Interpretation
- [B] Late Binding
- [C] Early Binding
- [D] Overloading
Dragons have wings like a bird and scales like a lizard. In object oriented verabage, we would say this is an example of ?
- [A] Multilevel Inheritance
- [B] Polymorphism
- [C] Multiple inheritance
- [D] Aggregation
The technique by which objects communicate with each other is called ?
- [A] information passing
- [B] function passing
- [C] message passing
- [D] none of above