answersLogoWhite

0


Best Answer

In computer programming, variables refer to a particular location in the memory that holds a value. Variables are equivalent to their assigned values.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are variables in programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What type of linear programming can be found by graphical methods?

A linear programming question with two variables. Problems with three can be solved if there is a constraint that reduces them to effectively two variables. Linear programming with 3 variables, using 3-d graphs is possible but not recommended.


How are constants and variables important in devoloping java programs?

Without variables, you won't be able to do much programming. Variables is where you store data; such data may change over time. And computer programming is all about manipulating data.


Why do you need to keep variables the same?

In programming, variables change all the time. In scientific testing you control variables to determine what other changes occur.


How do I figure out the programming decision and variables for anything?

There is no programming solution for "anything". Programs are specifically designed to solve a particular problem.


Does HTML allow you to declare integer real string and boolean variables?

HTML is not a programming language and as such does not allow you to declare variables.


What is a computer variables?

In a programming language, a variable is a name for a place where information is stored.


What are the differences in between conventional programming?

Um, one of its variables is both the same? :-)


Why should variables be declared in a programming?

a variable should in a programming because as the definition implies it is a named location in the memory where all the data is to be stored


What is the difference between linear and integer programming?

Integer programming is a method of mathematical programming that restricts some or all of the variables to integers. A subset of Integer programming is Linear programming. This is a form of mathematical programming which seeks to find the best outcome in such a way that the requirements are linear relationships.


To solve a linear programming problem with thousands of variables and constraints?

a mainframe computer is required


What is identifier name?

In computer programming, an "identifier" is a name for just about anything that can be named in the programming language: for example, variables, objects, classes, packages, etc.


Can static variables be declared in a header file in C programming?

Yes (but usually it is a bad idea).