Computer Science, asked by Bishal7581, 11 months ago

These are data types that are taken depending on how they are stored or used.

Answers

Answered by nithyaaa
0
In C programming there are data types such as
int - integer
float - floating point (numbers with fractional part)
double - double precision floating point value
char - single charcters

The amount of storage required for each of these types varies by platform.

C has a bulit in sizeof operator that gives memory requirements for each of these types.

if this helps you please mark this as brainliest
Similar questions