Programming in C language

Programming in C language

12th Grade - University

18 Qs

quiz-placeholder

Similar activities

2D Array and Strings in C

2D Array and Strings in C

University

16 Qs

Module 2 - Lesson 7

Module 2 - Lesson 7

6th - 12th Grade

13 Qs

C - Structures

C - Structures

University

20 Qs

C programming

C programming

University

15 Qs

Week 9 - Functions and Pointers

Week 9 - Functions and Pointers

University

14 Qs

Programming Concepts in C

Programming Concepts in C

University

20 Qs

C-Programming Basics

C-Programming Basics

12th Grade

16 Qs

C-Programming

C-Programming

University

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