C-BASICS

C-BASICS

University

25 Qs

quiz-placeholder

Similar activities

Quiz Pemrograman Perangkat Bergerak 2

Quiz Pemrograman Perangkat Bergerak 2

12th Grade - University

20 Qs

Week 5: Test your understanding part 1

Week 5: Test your understanding part 1

University

20 Qs

Python Programming

Python Programming

University

20 Qs

GIT Workshop 2021

GIT Workshop 2021

University

20 Qs

Microsoft Excel

Microsoft Excel

KG - Professional Development

20 Qs

CÂU HỎI ÔN TAP HKI

CÂU HỎI ÔN TAP HKI

5th Grade - University

21 Qs

data structures1

data structures1

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