volume_mute

The ______ of a variable determines the range of values the variable can store and the set of operations that are defined for values

publish date2022/06/04 01:20:00 GMT+10

volume_mute
address
type
range
declaration

Correct Answer

type

Explanation

For example, the int type in Java specifies a value range of -2147483648 to 2147483647 and arithmetic operations for addition, subtraction, multiplication, division, and modulus

Reference

Concepts of Programming languages, 10th ed


Quizzes you can take where this question appears