Programming in C language

Programming in C language

12th Grade - University

18 Qs

quiz-placeholder

Similar activities

CCE-III Programming in C Language

CCE-III Programming in C Language

University

20 Qs

Module 1 - Programming in C

Module 1 - Programming in C

University

15 Qs

Advanced C quiz

Advanced C quiz

University

21 Qs

Quiz String- Comprog 2A

Quiz String- Comprog 2A

University

13 Qs

C programming syntax quiz

C programming syntax quiz

University

20 Qs

PSC - Quiz 2

PSC - Quiz 2

University

23 Qs

C programming-1

C programming-1

University

13 Qs

Arrays and pointers quiz

Arrays and pointers quiz

University

20 Qs

Programming in C language

Programming in C language

Assessment

Quiz

Instructional Technology, Science, Computers

12th Grade - University

Medium

Created by

M. Julia Flores

Used 56+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is the output given by this C code?

3210

321

Compiler error

3

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

In C programming language, what is the symbol II?

Arithmetic operator

This symbol is unrecognised in C

Logical operator

This is the name typically given to an int variable

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Fill the blank: instruction _____ is used to provide a value to the instruction that called a function

result

return

exit

break

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In C variables can ONLY be declared as numeric?

TRUE

FALSE

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which instruction will print on the screen exactly the text \n?

printf(“n\”);

printf(“n”);

printf(“\\n”);

printf(“\n”);

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

a=5, b=3, 0

a=5, b=3, c=4

a=5, b=3

Compiler error

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Which symbol always finalizes an instruction in C code?

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?