Computer Science, asked by mapsmk4945, 2 months ago

Variables can hold ______________ value at a time.

Answers

Answered by spoorthipannalaspoor
1

Answer:

variable is associated with space in the computer's memory that can hold a value (often a number). ... declares an integer variable (i.e. a variable of type int) which we have chosen to call i. As an int, it can store any integer value between -2147483648 and 2147483647.

Similar questions