C Data Types Quiz

C Data Types Quiz

University

15 Qs

quiz-placeholder

Similar activities

Chương 1 - Giới thiệu ngôn ngữ lập trình

Chương 1 - Giới thiệu ngôn ngữ lập trình

University

19 Qs

C++ Assesment 1

C++ Assesment 1

University

20 Qs

1.0 Introduction To Fundamentals Of Programming

1.0 Introduction To Fundamentals Of Programming

University

10 Qs

Asas Arduino

Asas Arduino

University

20 Qs

BRAIN BUSTERS (ROUND2)

BRAIN BUSTERS (ROUND2)

University

20 Qs

C Programming - Quiz

C Programming - Quiz

University

20 Qs

Quiz on Data Types in C

Quiz on Data Types in C

University

15 Qs

c_programming_1

c_programming_1

University

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