Vidyalelo
Computer Science · Q671

Linux

Engineering and GATE · Computer Science · question 671

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
Answer
C.
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