C programming review Quiz

C programming review Quiz

9th Grade

12 Qs

quiz-placeholder

Similar activities

İslamiyet Öncesi Türk Edebiyatı

İslamiyet Öncesi Türk Edebiyatı

9th - 12th Grade

15 Qs

Quiz Świąteczny

Quiz Świąteczny

1st - 12th Grade

15 Qs

HABILIDAD VERBAL

HABILIDAD VERBAL

9th - 12th Grade

10 Qs

Romantic Music  Quiz

Romantic Music Quiz

9th Grade

10 Qs

QUIZ IPA ( Simbiosis )

QUIZ IPA ( Simbiosis )

3rd - 12th Grade

10 Qs

Add and Subtract Rational Expressions

Add and Subtract Rational Expressions

9th - 12th Grade

10 Qs

PSAT/SAT: Math - PIYON & PITA

PSAT/SAT: Math - PIYON & PITA

9th - 11th Grade

15 Qs

How To Drive Chapter 7

How To Drive Chapter 7

9th - 11th Grade

10 Qs

C programming review Quiz

C programming review Quiz

Assessment

Quiz

Other

9th Grade

Medium

Created by

Saniha Jackson

Used 1+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct syntax to print in C?

A. print("Hello");

B. echo("Hello");


C. printf("Hello");


D. cout << "Hello"

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct header file to use printf() and scanf()?

A. <conio.h>

B. <stdio.h>


C. <string.h>


D. <stdlib.h>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default return type of a function if not specified in C?

A. void


B. char


C. int


D. float

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

A. value_1


B. value#

C. 1value


D. @value

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which loop checks the condition after executing the loop body?

A. for


B. while


C. switch


D. do...while ✅

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type is used to store a single character?

A. int


B. char


C. float


D. string

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value of x after this code?

int x = 5;

x += 2;


A. 7 ✅

B.10


C. 5


D. 2

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?