C Programming Concepts

C Programming Concepts

10th Grade - University

10 Qs

quiz-placeholder

Similar activities

REMIDI PROGDAS

REMIDI PROGDAS

12th Grade

15 Qs

Decrypt it! Level 1

Decrypt it! Level 1

University

10 Qs

Pretest Aplikasi Pengolah Angka

Pretest Aplikasi Pengolah Angka

10th Grade

15 Qs

Coding Quiz

Coding Quiz

6th - 10th Grade

15 Qs

Ms. Exel dan Fungsi Logika IF

Ms. Exel dan Fungsi Logika IF

10th Grade - University

15 Qs

SQLite - Writing Queries

SQLite - Writing Queries

University

9 Qs

Computer Lab Rules

Computer Lab Rules

9th - 12th Grade

13 Qs

Recap: Introduction to Python

Recap: Introduction to Python

10th Grade

10 Qs

C Programming Concepts

C Programming Concepts

Assessment

Quiz

Computers

10th Grade - University

Practice Problem

Hard

Created by

Curtis Forbes

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

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

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following represents AND in C

++

||

&&

&

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following represents OR in C programming

&&

==

\\

||

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the statements is the correct way to declare a string in a C program ?

String name

string name

char name[ 10]

char name

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct way to print from a string variable?

printf("%d", name);

printf("%s", name);

printf("%f", name);

printf("%c", name);

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Chose the incorrect statement

printf("%d", &number);

printf("%f", number);

printf("%lf", &number);

printf("%d", number);

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which if the following is used for unbounded iterations

if

for

while

switch

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is and assignment?

sum == num

sum = num

sum + num

sum = != num

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?

Discover more resources for Computers