C-BASICS

C-BASICS

University

25 Qs

quiz-placeholder

Similar activities

Microsoft Office Advandces 2016

Microsoft Office Advandces 2016

9th Grade - Professional Development

20 Qs

Sains Komputer Tingkatan 5 - 1.3.1 Menerangkan get logik

Sains Komputer Tingkatan 5 - 1.3.1 Menerangkan get logik

1st Grade - Professional Development

20 Qs

Basic of Computer and Network

Basic of Computer and Network

8th Grade - University

20 Qs

SPCC ISE 2 Quiz TE B

SPCC ISE 2 Quiz TE B

University

20 Qs

Programming concepts in c - Quizizz-III

Programming concepts in c - Quizizz-III

University

20 Qs

Тест по компютърни науки

Тест по компютърни науки

9th Grade - University

20 Qs

Arduino Loop

Arduino Loop

2nd Grade - University

20 Qs

Python MCQ

Python MCQ

University

20 Qs

C-BASICS

C-BASICS

Assessment

Quiz

Computers

University

Practice Problem

Hard

Created by

JENEFA NAVEEN

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...

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is a correct syntax to output "Hello World" in C?

printf("Hello World");  

System.out.printline("Hello World");

Console.WriteLine("Hello World");

cout << "Hello World";

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correct way to declare a integer variable in C?

int x;

String x;

float x;

boolean x;

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following C code snippet?

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

8

53

15

35

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correct way to write a for loop in C?

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

for i = 0; i < 10; i++

for i = 0; i < 10

for(int i = 0; i < 10

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to define a function in C?

void functionName() {}

functionName() {}

def functionName() {}

function functionName() {}

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type is used to store decimal numbers in C?

int

char

float

double

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to compare two variables in C?

x == y

x = y

x === y

x != y

Access all questions and much more by creating a free account

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?

Discover more resources for Computers