Vidyalelo
Computer Science · Q844

UNIX

Engineering and GATE · Computer Science · question 844

Q844

What will the result when we evaluate this statement? directory=’pwd’=`pwd`

A.
output of pwd command along with string pwd=
Answer
B.
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