What is the difference between a variable and value?

Answer Posted / prakash

variable may be change but value still constant.

Is This Answer Correct ?    59 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How will you find the 99th line of a file using only tail and head command?

2004


What is awk in shell scripting?

560


What is shift command in shell script?

535


What does $@ mean bash?

672


How to print pid of the current shell?

606






What is the syntax of while loop in shell scripting?

574


Explain about stdin, stdout and stderr?

637


c program to implement unix/linux command to block the signal ctrl-c and ctrl-\ signal during the execution ls -l|wc -l

3159


Explain about gui scripting?

626


What command needs to be used to take the backup?

535


How do you know which shell I am using?

593


How do you find out What is your shell?

592


determine the output of the following command: echo ${new:-variable}

551


How do you debug a script?

569


Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.

2036