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
What is console line?
What is the fastest scripting language?
Devise a script that takes file name as arguement(which must present in the current directory)and locates from your home directory tree all thpath names of its links.Then mail the list to self.
determine the output of the following command: echo ${new:-variable}
What are the different types of shell scripting?
How to redirect both standard output and standard error to the same location?
How do I save a powershell script?
What is shell geeksforgeeks?
What is the command to find out today's date?
How will you find the 99th line of a file using only tail and head command?
What is an sh file?
How to debug the problems encountered in the shell script/program?
What is subshell?
What is @echo off?
How can any user find out all information about a specific user like his default shell, real-life name, default directory, when and how long he has been using the system?