C program MCQ contest

C program MCQ contest

University

50 Qs

quiz-placeholder

Similar activities

Recursion in C/Java/Python

Recursion in C/Java/Python

University

50 Qs

EC8393

EC8393

1st Grade - University

45 Qs

P1 COMPROG 1-6

P1 COMPROG 1-6

University

50 Qs

IP MIDTERM

IP MIDTERM

University

45 Qs

ES084 Final Exam

ES084 Final Exam

University

50 Qs

ข้อสอบปลายภาค

ข้อสอบปลายภาค

University

50 Qs

Test 2

Test 2

University

49 Qs

TECHNICAL QUIZ

TECHNICAL QUIZ

University

45 Qs

C program MCQ contest

C program MCQ contest

Assessment

Quiz

Computers

University

Hard

Created by

Koushik T

Used 5+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the output of this statement "printf("%d", (a++))"?

The output is the value of 'a' multiplied by 2.

Garbage.

Error message.

The output is the current value of 'a'.

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How many times will the following loop execute?

for(j = 1; j <= 10; j = j-1)

Forever

Never

0

1

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which one of the following is a loop construct that will always be executed once?

for

while

switch

do while

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the result after execution of the following code if a is 10, b is 5, and c is 10?

If ((a > b) && (a <= c))

a = a + 1;

else

c = c+1;

a = 10, c = 10

a = 11, c = 10

a = 10, c = 11

a = 11, c = 11

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How many characters can a string hold when declared as follows?

char name[20]:

18

19

20

None of these

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Directives are translated by the

pre-processor

compiler

linker

editor

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How many bytes does "int = D" use?

0

1

2 or 4

10

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?