Q844
What will the result when we evaluate this statement? directory=’pwd’=`pwd`
A.
output of pwd command along with string pwd=
AnswerB.
undefined output
C.
erroneous
D.
directory variable will hold string pwd
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board