Correct answer is: The value of shifty is 2700
Correct Answer is : All of these Explanation: Other advantages of OOP include: Data redundancy, Design benefits, Easy troubleshooting, Polymorphism flexibility, Encapsulation, Inheritance.
Correct Answer is: Both will be executed at least once Explanation: While loop The condition is tested before the loop body is executed. If the condition...
Correct Answer is: Structure Explanation: In C programming, a struct, or structure, is a collection of variables of different data types under a single name. The...
Correct Answer is: Assembly language Explanation: Second generation languages (2GL) are also known as assembler languages or 2G languages. They are a type of low-level programming...
Correct Answer is: i = i+1;
Correct Answer is : Given text is printed infinite time
Correct Answer is: The get function read One character value and put function output One character value. Explanation : What is use of get() and put()...
Correct Answer is: Things in Real world An entity is a thing that exists as itself, as a subject or as an object, actually or potentially,...
Correct Answer is : Finiteness List of all characteristics of an algorithm are given below: Effectiveness, Finiteness, Definiteness , Feasibility, Independent , Well-defined inputs, Well-defined outputs,...