Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the difference between a variable and value?

Answer Posted / veveritoiulpofticios

Variables are storage for values. They are identified by a name.

Values are a pair of:
1) a representation (numbers stored in computer memory)
2) a meaning associated with that representation (also called a type).

Example (C programming language):
char c = 'A';

c is a variable (a location in computer memory, identified by the name c)

c stores the value 'A', which is:
the number 65, meaning the index of character A in the ASCII table.

Is This Answer Correct ?    28 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between break and continue commands?

1157


Can shell script run on windows?

1123


What is another name for a bash shell script that you might see?

1512


c program the catches the ctrl-c(SIGINT) Signal for the first time and prints a output rather and exit on pressing Ctrl-C again

6556


How do I run a .sh file on mac?

1251


What are the different types of variables used in shell script?

1142


What is shell terminal?

999


What does sh mean?

1104


How to get the 3rd element/column from each line from a file?

1237


How do I run a powershell script?

1192


What is subshell?

990


Explain about debugging?

1078


What is the purpose of scripting?

1163


Please give me example of " at command , contrab command " how to use

2842


Explain how you Automate your application using Shell scripting.

2363