A "C" Event-the backbone of modern coding.

A "C" Event-the backbone of modern coding.

University

16 Qs

quiz-placeholder

Similar activities

Digital and Analog transmission

Digital and Analog transmission

University

20 Qs

GIS Unit III

GIS Unit III

University

15 Qs

ICT Unit-2

ICT Unit-2

University

20 Qs

Information Technology

Information Technology

University

17 Qs

Quiz 1 CCE

Quiz 1 CCE

University

15 Qs

2.3.1 Graph Traversal & Path Finding Algorithms

2.3.1 Graph Traversal & Path Finding Algorithms

12th Grade - University

20 Qs

Quiz Harian Gdevelop MPK

Quiz Harian Gdevelop MPK

University

20 Qs

Kuis Pemrograman Dasar

Kuis Pemrograman Dasar

University

20 Qs

A "C" Event-the backbone of modern coding.

A "C" Event-the backbone of modern coding.

Assessment

Quiz

Computers

University

Practice Problem

Medium

Created by

haritha Surisetti

Used 3+ times

FREE Resource

AI

Enhance your content in a minute

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

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between "int" and "float" data types in C?

"int" is used for integer numbers, while "float" is used for real numbers with decimal points.

"int" is used for text, while "float" is used for numeric data.

"int" is used for single-precision floating-point numbers, while "float" is used for double-precision floating-point numbers.

There is no difference; "int" and "float" are equivalent.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the "break" statement in a loop in C?

To exit the program

To skip the next iteration of the loop

To end the loop completely and continue with the next statement after the loop

To jump to a specific label within the loop

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In C, what is the purpose of the "include" directive?

To include external libraries

To declare variables

To define data types

To comment out code

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an infinite loop in C?

for (int i = 0; i < 10; i++)

while (1)

do { /* code / } while (0)

  1. if (condition) { / code */ }


5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the "if" statement in C?

To declare variables

To perform conditional execution

To loop through a block of code

To define a new function

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the scope of a variable declared inside a function in C?

Global scope

Local scope

Static scope

Constant scope

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the return type of the "int main" function in C?

void

int

char

  1. float


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

Already have an account?