Data Types In C

Data

“For a particular process the facts which are using as a raw is called data for that particular process” (Noman Ameer Khan)

Data Types

A type define a set of values and a set of operations that can be applied on those values. Set of values for each type is known as the domain for the type. For example, a light switch can be compared to a computer type. It has a set of two values, on and off. Since the domain of a light switch consists of only these two values, its size is two. There are only two operations that can be applied to a light switch, turn on and turn off.

Fundamental Data Types

ADVERTISEMENT