Data Types in C - GeeksforGeeks

Data Types in C - GeeksforGeeks

University

10 Qs

quiz-placeholder

Similar activities

Instructional Decisions in Assessment, Outcomes-based Assessment

Instructional Decisions in Assessment, Outcomes-based Assessment

University

10 Qs

Java Serialization and File Handling

Java Serialization and File Handling

University

15 Qs

PROF ED 4: TECHNOLOGY FOR TEACHING & LEARNING 1

PROF ED 4: TECHNOLOGY FOR TEACHING & LEARNING 1

University

10 Qs

STSCI 3740: Lecture 1

STSCI 3740: Lecture 1

University

10 Qs

Midterm Examination 1.1 (Computer Networks)

Midterm Examination 1.1 (Computer Networks)

University

15 Qs

Introduction to Computer 2

Introduction to Computer 2

University

11 Qs

POP-MemoryManagement

POP-MemoryManagement

University

14 Qs

Pengembangan Literasi Digital

Pengembangan Literasi Digital

University

10 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?