Output-based

Question 1
Consider the following C program: #include <stdio.h> int main() {<br int a = 6; int b = 0; while(a < 10) { a = a / 12 + 1; a += b; } printf("%d", a); return 0; } Which one of the following statements is CORRECT?
A
The program prints 9 as output
B
The program prints 10 as output
C
The program gets stuck in an infinite loop
D
The program prints 6 as output
Question 2
Consider the following C program: Assume that the input to the program from the command line is 1234 followed by a newline character. Which one of the following statements is CORRECT?
A
The program will not terminate
B
The program will terminate with no output
C
The program will terminate with 4321 as output
D
The program will terminate with 1234 as output
There are 2 questions to complete.

Access quiz wise question and answers by becoming as a solutions adda PRO SUBSCRIBER with Ad-Free content

Register Now

If you have registered and made your payment please contact solutionsadda.in@gmail.com to get access