Which of the following is a correct initialization of variables to null strings?
(a) x=
(b) x=’ ‘
(c) x=” “
(d) x=, x=’ ‘, x=” “
The question was posed to me by my college director while I was bunking the class.
I want to ask this question from Command Substitution and Shell Variables topic in chapter The Shell of Unix