why does a variable hold only one value at a time
Answers
Answered by
3
Hello Buddy!!
Answer : A 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.
#THankYou♥
MarK Me as Brilliant...
Answer : A 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.
#THankYou♥
MarK Me as Brilliant...
Similar questions