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

Hello all, This is my assignment on shell scripting, can anyone help me regarding this ? Create a shell script which connects to the database In second shell script include the first script for the DB connection Create a table (PRADEEP_DATA) with 2 columns (name, value) In Third shell script include the first script for the DB connection And insert/delete the values from the Table, by accepting input from the user This functionality should be a menu driven Program: 1) Insert to the database a. Name b. value 2)Delete from the database a.Name b.value Exception handling needs to be taken care.

2255


how will you find the total disk space used by a specific user?

1054


Write down the syntax of "for " loop

1112


I have to write Shells (Linux + Unix)for publishing packages and reports. Is it possible ? What are the differents executable programs ineed to call ?

2182


What are the 3 standard streams in linux?

1149


What does .sh file contain?

968


How to find duplicate record in file using shell script?

1414


What is an sh file?

949


Is bash a shell script?

1072


Write a command sequence to find all the files modified in less than 2 days and print the record count of each.

1522


Where are cowrie shells found?

1029


Is shell script a programming language?

1040


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

1480


How do I run a .sh file?

1028


What is a shell script? Can you name some of its advantages?

1072