My Subject Blog

Data Types in C

Data Types in C


Data Types in C
Data Types in C
Data Types
Data Types
C has four Type qualifiers or Type modifier

Size Qualifier

1) short
2) long

Sign Qualifier

1) signed
2) unsigned

Type Modifier:

It alters the meaning of the base data type to yield new type.

When the type is omitted from a declaration, int is assumed.

Size Modifier:

It alters the size of basic of the basic data types.

Comments

Most Visited Post

C Program to Find Largest Odd Number from Array

Followers