Data Types in C - GeeksforGeeks

Data Types in C - GeeksforGeeks

University

10 Qs

quiz-placeholder

Similar activities

CSNP-04103 - Chapter 3 - C++ Basics

CSNP-04103 - Chapter 3 - C++ Basics

University

10 Qs

Pop Quiz (ITN:1.3) -12/09/2023

Pop Quiz (ITN:1.3) -12/09/2023

University

12 Qs

كوكيز

كوكيز

University

10 Qs

Quiz on Scientific Inquiry and the Scientific Method

Quiz on Scientific Inquiry and the Scientific Method

University

14 Qs

CSNP-04103 C++ Chapter 11 - Templates and Object Oriented

CSNP-04103 C++ Chapter 11 - Templates and Object Oriented

University

10 Qs

CSNP-04103 C++ Chapter 7 - 2 - Data Types

CSNP-04103 C++ Chapter 7 - 2 - Data Types

University - Professional Development

10 Qs

Midterm Examination 1 (Computer Network)

Midterm Examination 1 (Computer Network)

University

15 Qs

CSNP-04103 C++ Chapter 7 - Different Data Types

CSNP-04103 C++ Chapter 7 - Different Data Types

University - Professional Development

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?