Round_1 (B)| Coding Combat 2.0

Round_1 (B)| Coding Combat 2.0

University

30 Qs

quiz-placeholder

Similar activities

Information assurance and security

Information assurance and security

University

25 Qs

Quiz Sistem Operasi

Quiz Sistem Operasi

10th Grade - University

25 Qs

GDSC FET Jain University Study Jam 106

GDSC FET Jain University Study Jam 106

University

25 Qs

Computer Pretest1(Arduino Grade8_t1)

Computer Pretest1(Arduino Grade8_t1)

3rd Grade - University

25 Qs

IoT Quiz - 1

IoT Quiz - 1

University - Professional Development

25 Qs

Quiz Teori bahasa Otomata

Quiz Teori bahasa Otomata

University

25 Qs

data mining

data mining

University

30 Qs

CCC14 Chapter 4 - Spreadsheet

CCC14 Chapter 4 - Spreadsheet

University

25 Qs

Round_1 (B)| Coding Combat 2.0

Round_1 (B)| Coding Combat 2.0

Assessment

Quiz

Computers

University

Practice Problem

Medium

Created by

RAJAT KISHOR VARSHNEY

Used 8+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the syntax to declare a variable in C?

variableType variableName;

var variableName;

variableName = value;

nt variableName;

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who is the father of C language?

Steve Jobs

James Gosling

Dennis Ritchie

Rasmus Lerdorf

3.

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;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following C code snippet?

int x = 5;
int y = 10;
int z = x + y;
printf("%d", z);

15

10

5

20

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which header file is used for input and output functions in C?

stdio.h

math.h

stdlib.h

string.h

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'break' statement in C?

To exit the loop immediately

To skip the current iteration and move to the next

To define a case in switch statement

To continue the loop from the beginning

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true for variable names in C?

They can contain alphanumeric characters as well as special characters

It is not an error to declare a variable to be one of the keywords(like goto, static)

Variable names cannot start with a digit

Variable can be of any length

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?