Computer Science, asked by kajal1818, 2 months ago

what are basic difference between variables and data in the c?​

Answers

Answered by Anonymous
0

Answer:

A variable is an identifier which is used to store a value. There are four commonly used data types such as int, float, char and a void. Each data type differs in size and range from one another.

Answered by aditikanwadkar
1

Answer:

A variable must have a data type associated with it, for example it can have data types like integer, decimal numbers, characters etc. The variable of type Integer stores integer values and a character type variable stores character value. The primary difference between various data types is their size in memory.

Mark me Brainliest!!

: )

Similar questions