Computer Science, asked by Rakshita2512, 1 year ago

Type of a variable determines the range of values the variable can have and the set of operations that are defined for values of the type. Mark for review (1) points true false

Answers

Answered by karniga8
0

Answer:

I think so it is true statement

Answered by Anonymous
0

True. Datatype of a variable determines the range of values the variable can have and the set of operations that are defined for that variable.

  • Datatype is a data storage format, it defines the variable even before it is  used in the program.
  • For example: int datatype has a range from -32678 to 32676 where as short int datatype has a range from -128 to 127.
Similar questions