explain what is fifo?



explain what is fifo?..

Answer / Dheeraj Chitransh

FIFO (First In, First Out) is a type of inter-process communication (IPC) mechanism in Unix-like operating systems. It allows multiple processes to communicate with each other by reading from and writing to the same named pipe. Data written to one end of the pipe will be read from the other end in the order it was sent.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

In which layer of the network datastructure format change is done

1 Answers   Honeywell,


what are bitwise shift operators?

4 Answers  


How are variables declared in c?

1 Answers  


Explain what are linked list?

1 Answers  


Write a program to generate prime factors of a given integer?

9 Answers   Microsoft,


What is a macro in c preprocessor?

1 Answers  


what are bit fields? What is the use of bit fields in a structure declaration?

1 Answers   Flextronics, TISL, Virtusa,


hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell

1 Answers   Reliance,


What is the difference between char a[] = "string"; and char *p = "string"; ?

14 Answers   Adobe, Honeywell, TCS,


How do i store a paragraph into a string? for example, if i input a long paragraph, the program will read the words one by one and concatenate them until no word is left.

1 Answers  


In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?

0 Answers  


we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above

1 Answers  


Categories