C program MCQ contest

C program MCQ contest

University

50 Qs

quiz-placeholder

Similar activities

ข้อสอบปลายภาค วิชา การเขียนโปรแกรม

ข้อสอบปลายภาค วิชา การเขียนโปรแกรม

11th Grade - University

50 Qs

C PROGRAMMING -II INTERNALS EXAMINATIONS - SEP 2021

C PROGRAMMING -II INTERNALS EXAMINATIONS - SEP 2021

University

50 Qs

PRF192 - FE1

PRF192 - FE1

University

50 Qs

C Programming Quiz

C Programming Quiz

University

51 Qs

PRF192 PHẦN 3

PRF192 PHẦN 3

University

50 Qs

TARANG 2023 Technical Quiz

TARANG 2023 Technical Quiz

University

50 Qs

FDS-MCQ(MODEL-II)

FDS-MCQ(MODEL-II)

University

45 Qs

PVP_Operators in C

PVP_Operators in C

University

50 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?