Q671
In this program the fifo "my_fifo" #include int main() if (mkfifo("my_fifo",0666) != 0) perror("mkfifo"); return 0;
A.
can not be created
B.
will be created in present working directory
AnswerC.
will have the execute permissions
D.
none of the mentioned
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board