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
wats the deinitions for shell utility and filter?
What is shell geeksforgeeks?
Can shell script run on windows?
What is the significance of $#?
Explain about the slow execution speed of shells?
What is bash command used for?
How to get the 3rd element/column from each line from a file?
Why is shell scripting important?
What happens on a system call?
What does path stand for?
I have to write Shells (Linux + Unix)for publishing packages and reports. Is it possible ? What are the differents executable programs ineed to call ?
How do I debug a shell script?
How do I open the shell prompt?
What is meant by $1 in shell script?
What is path in shell script?