Results for Data Types and Operators

Define data types. Explain different data types used in C.

A data type specifies the type of data that a variable can store such as integer, floating, character, etc.


There are the following data types in C language.

TypesData Types

Related Students