C Programming Questions & Answers: part2



Software Programming : C Programming QUESTIONS AND ANSWERS :: part2 : 11 to 15

Following Software Programming language Entrance Multiple choice objective type questions and answers will help you in Software Programming 2024 examinations :

11.What is the output of the following statements? int I = 0; printf(�%d %d �, I, I++);

01
10
00
11
Junk value.

12.What value would be stored in an integer variable �i� as a result of the following expression? int i, j = 3; i = 4 + 2 * j/(j-1);

1
7
9
8
2.

13.Which of the following is a LOOP statement of a C language?

Repeat-Until
For
While-Do
Do-while
Both (opt2) and (opt4) above.

More C Programming QUESTIONS AND ANSWERS available in next pages

    Health is the greatest gift, contentment is the greatest wealth -Buddha
If your ship doesn’t come in, swim out to meet it!-Jonathan Winters