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 |
In which layer of the network datastructure format change is done
what are bitwise shift operators?
How are variables declared in c?
Explain what are linked list?
Write a program to generate prime factors of a given integer?
What is a macro in c preprocessor?
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
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.
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
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