C Programming Quiz

C Programming Quiz

University

10 Qs

quiz-placeholder

Similar activities

Eval. 3B Bloque 1

Eval. 3B Bloque 1

9th Grade - University

15 Qs

Quiz sobre Programação

Quiz sobre Programação

12th Grade

15 Qs

Kuis Informatika Algoritma dan Pemrograman Dasar

Kuis Informatika Algoritma dan Pemrograman Dasar

10th Grade - University

10 Qs

Arrays in CQuiz

Arrays in CQuiz

1st Grade - University

10 Qs

Մաքուր կոդ

Մաքուր կոդ

9th - 12th Grade

10 Qs

Quiz sobre Linguagens de Programação

Quiz sobre Linguagens de Programação

12th Grade

15 Qs

Quiz on Units of Information

Quiz on Units of Information

9th Grade - University

14 Qs

Latihan Soal #1

Latihan Soal #1

12th Grade

10 Qs

C Programming Quiz

C Programming Quiz

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Abirami 2874

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid identifier in C?

2data

data_1

char

int-value

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a keyword in C?

auto

register

typedef

function

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type is used to represent a single character in C?

int

char

float

double

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the size of int on a typical 32-bit system?

2 bytes

4 bytes

8 bytes

1 byte

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of keywords in C?

They define user-defined variables

They are used to perform operations

They have special meaning and cannot be used as identifiers

They define memory locations

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid character constant in C?

'abc'

"a"

'a'

a

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output data type of sizeof(char) in C?

int

char

float

size_t

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?