Computer Science, asked by rajaking736986, 5 months ago

what is data type ? explain various data type used in "c" *​

Answers

Answered by sanjeevnishu914
2

Answer:

These are fundamental data types in C namely integer( int ), floating point( float ), character( char ) and void . Derived data types: Derived data types are nothing but primary datatypes but a little twisted or grouped together like array, stucture, union and pointer.

Explanation:

......

Answered by nirmalagowri997
1

Answer:

There are mainly two types of data used in programs .They are primitive data types and composite data types

Primitive data types - they are inbuilt data types

Composite data types- they are created from two or more kinds of primitive data types

The java language contains eight types of primitive data types-

Byte,long,short,int,float,double,char,and boolean ..

Similar questions