Programming in C language

Programming in C language

12th Grade - University

18 Qs

quiz-placeholder

Similar activities

BASIC C PROGRAMMING QUIZ

BASIC C PROGRAMMING QUIZ

University

15 Qs

CPC C Intro-Input/Output

CPC C Intro-Input/Output

9th - 12th Grade

20 Qs

FDS quiz 2

FDS quiz 2

University

20 Qs

SIP C2

SIP C2

12th Grade

20 Qs

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

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

University

15 Qs

Quiz 5 Review

Quiz 5 Review

University

22 Qs

C Programming Quiz

C Programming Quiz

12th Grade - University

20 Qs

Bridge course with C

Bridge course with C

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?