What is the difference between a variable and value?

Answer Posted / amaresh_83

Variable itself a Variable and you Can assign anything with
variable.Some Value is Assigned to Variable.It's place in
memory is in Global.so you can change the assigned value to
the variable.

Value is a constant.It's palace is in Readonly memory mean
you can't change. as it's constant.

Is This Answer Correct ?    40 Yes 17 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When should shell programming/scripting not be used?

598


What is @echo off?

571


What is the equivalent of a file shortcut that we have a window on a linux system?

610


shell script for reverse the string

923


how to print the 2-d, 3-d arrays in unix shell script programs please answer thi questio to my mail venusaikumar@gmail.com

2110






What are the four fundamental components of every file system on linux?

1169


Why is it called a shell?

511


What does echo $0 do?

591


What is a shell made of?

561


Explain about echo command?

626


How can you get the value of pi till a 100 decimal places?

557


How do I open a jshell in cmd?

603


What is the difference between scripting and coding?

541


State the advantages of shell scripting?

598


i have 2 tables 4 colums table 1 respective values a1 6, a2 8,a3 9,a4 14 & table 2 respective values a1 6, a2 8, a3 9, a4 12. if compare 2 tables 3 colums values same then 4th column values 1)Qes diff >5 then (5 * diff value ) 2)Qes diff <5 the 5 3)Qes diff 5 then 5 print respective values..

1795