Correct answer is: The value of shifty is 2700
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()...