Q.

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» C. the process id is <pid><pid>
3k
0
Do you find this helpful?
18

Discussion

No comments yet