C Programming Questions & Answers: part1



Software Programming : C Programming QUESTIONS AND ANSWERS :: part1 : 1 to 5

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

1.Which of the following is not a correct variable type?

Float
Real
Int
Double
Char.

2.What is the fifth element of the array int a[3][4]={1,2,3,4,5,6,7,8,9,10,11}; ?

4
6
5
7
3.

3.Every C program consists of __________ function(s). #2. Every C program consists of __________ function(s).

Only one
Only two
One or two
One or many
None of the above.

4.Which command is used to skip the rest of a loop and carry on from the top of the loop again?

Break;
Resume;
Continue;
Skip
None of the above.

5.Which of the following correctly accesses the seventh element stored in foo, an array with 100 elements?

Foo[6];
Foo[7];
Foo(7);
Foo;
Foo{ };

More C Programming QUESTIONS AND ANSWERS available in next pages

    Health is the greatest gift, contentment is the greatest wealth -Buddha
Failure defeats losers, failure inspires winners.-Robert T. Kiyosaki