wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

C - DATA TYPES

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Which of the following is not a data type?

a)

Symbolic Data

b)

Alphanumeric Data

c)

Numeric Data

d)

Alphabetic Data

2.

*@Ac# is a type of ________________ data.

a)

Symbolic

b)

Alphanumeric

c)

Alphabetic

d)

Numeric

3.

Which of the following is not a valid representation in bits?

a)

8-bit

b)

24-bit

c)

32-bit

d)

64-bit

4.

What are the entities whose values can be changed called?

a)

Constants

b)

Variables

c)

Modules

d)

Tokens

5.

Which of the following is not a basic data type in C language?

a)

float

b)

int

c)

real

d)

char

6.

BOOLEAN is a type of data type which basically gives a tautology or fallacy.

a)

True

b)

False

7.

Find a correct C Keyword.

a)

Float

b)

Int

c)

Long

d)

double

8.

Types of Integers are.?

a)

short

b)

int

c)

long

d)

all the above

9.

Types of Real numbers in C are.?

a)

float

b)

double

c)

long double

d)

All the above

10.

Size of a Turbo C C++ compiler is.?

a)

16 bit

b)

32 bit

c)

64 bit

d)

128 bit