Data Types in C - GeeksforGeeks

Data Types in C - GeeksforGeeks

University

10 Qs

quiz-placeholder

Similar activities

Quiz on Today's Technologies

Quiz on Today's Technologies

University

10 Qs

IT in Business Quiz

IT in Business Quiz

University

10 Qs

Exploring Types of Knowledge

Exploring Types of Knowledge

University

10 Qs

Pengelolaan Layanan Teknologi Informasi

Pengelolaan Layanan Teknologi Informasi

University

15 Qs

Kuis PTI Pertemuan 12 (Kelompok 11)

Kuis PTI Pertemuan 12 (Kelompok 11)

University

15 Qs

Electrical Systems Quiz

Electrical Systems Quiz

University

11 Qs

Quiz on Academic Integrity

Quiz on Academic Integrity

University

10 Qs

CODE 4 KITSW ROUND - 4

CODE 4 KITSW ROUND - 4

University

15 Qs

Data Types in C - GeeksforGeeks

Data Types in C - GeeksforGeeks

Assessment

Quiz

Others

University

Medium

Created by

Nandhini K

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the range of the short int data type in C?

0 to 65,535

-32,768 to 32,767

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

0 to 4,294,967,295

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

8 bytes

4 bytes

2 bytes

1 byte

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

1.2E-38 to 3.4E+38

0 to 255

1.7E-308 to 1.7E+308

-128 to 127

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

1 byte

4 bytes

8 bytes

2 bytes

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the void data type in C?

To store integer values

To store single characters

To specify no value

To store decimal numbers

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the format specifier for printing a float value in C?

%c

%lf

%d

%f

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

int

double

float

char

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?