Quiz-day1-C

Quiz-day1-C

University

19 Qs

quiz-placeholder

Similar activities

ROUND 3

ROUND 3

University

20 Qs

Introduction to statistics

Introduction to statistics

11th Grade - University

15 Qs

HRH12

HRH12

University

15 Qs

DENT1030: Ortho Review

DENT1030: Ortho Review

University

15 Qs

Medical Terminology

Medical Terminology

12th Grade - University

15 Qs

CRYPTERS-ROUND-2

CRYPTERS-ROUND-2

University

20 Qs

C Programming Quiz

C Programming Quiz

University

16 Qs

C PRogram

C PRogram

University

14 Qs

Quiz-day1-C

Quiz-day1-C

Assessment

Quiz

Other

University

Medium

Created by

Hoa Van

Used 6+ times

FREE Resource

19 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a built-in function in C?

my_function

printf

display

show

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax to print "Hello, World" in C?

printf("Hello, World!");

display("Hello, World!");

write("Hello, World!");

echo("Hello, World!");

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

123_variable

my-variable

my_variable

my variable

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used to get the remainder of a division in C?

/

//

%

**

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which keyword is used to define a conditional statement in C?

if

while

for

switch

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code? #include int main() { int x = 10; if (x > 5) { printf("x is greater than 5\n"); } else { printf("x is less than or equal to 5\n"); } return 0; }

x is greater than 5

x is less than or equal to 5

The program will encounter an error.

Nothing is printed.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to exit a loop in C?

break

continue

stop

exit

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?