C Data Types Quiz

C Data Types Quiz

University

15 Qs

quiz-placeholder

Similar activities

Python Fundamentals - Episode 01

Python Fundamentals - Episode 01

University

20 Qs

CEFET_Prog_Atividade1

CEFET_Prog_Atividade1

University

20 Qs

Pop Quiz #2 Topic 2

Pop Quiz #2 Topic 2

University

10 Qs

Variables, Tipos de Dato, Lectura y Escritura C++

Variables, Tipos de Dato, Lectura y Escritura C++

7th Grade - Professional Development

12 Qs

Ujian Semester Pemprograman Dasar

Ujian Semester Pemprograman Dasar

University

20 Qs

C Language 101

C Language 101

University

18 Qs

Algoritmos e Lógica de Programação

Algoritmos e Lógica de Programação

University

20 Qs

EXTENSION UNIVERSITARIA DE ALGORITMOS Y PROGRAMACION

EXTENSION UNIVERSITARIA DE ALGORITMOS Y PROGRAMACION

University

10 Qs

C Data Types Quiz

C Data Types Quiz

Assessment

Quiz

Education

University

Easy

Created by

Dr. Mary

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the size of the integer data type in C?

8 bytes

1 byte

4 bytes

2 bytes

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which format specifier is used for the float data type in C?

%lf

%f

%c

%d

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the range of the character data type in C?

0 to 65535

-32768 to 32767

0 to 255

-128 to 127

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a user-defined data type in C?

struct

char

float

int

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the range of the double data type in C?

1.2E-38 to 3.4E+38

1.7E-308 to 1.7E+308

0 to 255

-2,147,483,648 to 2,147,483,647

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the void data type represent in C?

A single character

No value

An integer

A floating-point number

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type can store negative values?

unsigned long int

short int

unsigned short int

unsigned int

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?