C Language Quiz

C Language Quiz

4th - 8th Grade

20 Qs

quiz-placeholder

Similar activities

Arduino2 2023

Arduino2 2023

6th - 8th Grade

20 Qs

KodeKiddo Excul - SMP (Python)

KodeKiddo Excul - SMP (Python)

7th - 9th Grade

20 Qs

Tracey the Turtle

Tracey the Turtle

7th Grade

25 Qs

Informática Aplicada Vectores C++

Informática Aplicada Vectores C++

5th Grade

20 Qs

GUIA TECNOLOGIA 2

GUIA TECNOLOGIA 2

8th Grade - University

15 Qs

Physics & Ict week : 7 grades

Physics & Ict week : 7 grades

7th Grade

25 Qs

Functions in RobotC

Functions in RobotC

7th - 11th Grade

22 Qs

9th grade CS exam

9th grade CS exam

7th - 9th Grade

20 Qs

C Language Quiz

C Language Quiz

Assessment

Quiz

Instructional Technology

4th - 8th Grade

Medium

Created by

Deepika Behera

Used 811+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who is the father of C-Language?

Steve Jobs

James Gosling

Dennis Ritche

Rasmus Lerdorf

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a valid C variable name?

int number;

float _rate;

int variable_Count;

int $main;

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is known as Exit Controlled Loop?

for loop

do while loop

while loop

All of these

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct example of declaring functions?

int add(int [],int);

int add(int, int);

int add(int a, int b);

All of these

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Strcmp() is used to ___________.

Find the length of the string.

Copies one string over another.

Compare two strings.

Concatenates two strings.

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What is the value of "z" in this code?

The value of z is 10

The value of z is 15

The value of z is 15.6

The value of z is 16

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What will be the output of this code?

OK

KO

Depends on compiler

Depends on standard

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?