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
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
What is a shell script? Can you name some of its advantages?
What is the purpose of scripting?
Write a command sequence to find all the files modified in less than 2 days and print the record count of each.
What is a batch file used for?
What is the difference between grep and egrep?
write a shell script to emulate the Id command of PRIMOS which lists files and directories. It list files first with a header FILES and then directories with a header DIRECTORIES. This command has several options. The main ones are. -file select files only -dir select directories only -reverse sort in reverse order -no_header put no header on the output -brief output the header only -size display the size of each file -help display Id´s syntax and options.
What lives in a shell?
What is shell scripting?
What is wc in shell script?
What happens on a system call?
Is shell script a programming language?
How do I run a .sh file on mac?
What is an sh file?
Is powershell a language?