Computer Science, asked by mca64995, 1 year ago

assign the value of pie(3.142)to a variable with a requisite data type

Answers

Answered by LitChori01
1

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.

Similar questions