what is main data type of a function
Answers
Answered by
1
Most programming languages support basic data types of integer numbers (of varying sizes), floating-point numbers (which approximate real numbers), characters and Booleans. A data type constrains the values that an expression, such as a variable or a function, might take. ... may take its values.
Answered by
1
Answer:
a data type constraints the values that an expression, such as variable or a function, might take
Similar questions