Programming in C language

Programming in C language

12th Grade - University

18 Qs

quiz-placeholder

Similar activities

'C'Programming Basics - Prepared by Feroz Khan A.B

'C'Programming Basics - Prepared by Feroz Khan A.B

University

15 Qs

Brain IT

Brain IT

University

20 Qs

XTK 022 Test 1

XTK 022 Test 1

University

19 Qs

Java Basics

Java Basics

12th Grade

17 Qs

Beginning C Programming

Beginning C Programming

University

23 Qs

Programming in C(1)

Programming in C(1)

University

20 Qs

C Programming Unit-1 Test-2

C Programming Unit-1 Test-2

University

20 Qs

FDS quiz 2

FDS quiz 2

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?