1.

What will be output of following command:$ echo "The process id is" $$$$

A. the process id is $$
B. the process id is $<pid>$<pid>
C. the process id is <pid><pid>
D. the process id is $$$$
Answer» D. the process id is $$$$


Discussion

No Comment Found