What is FIFO?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
First In First Out is what FIFO stands for.
Data can be accessed, stored, and retrieved using this method.
The first data to be extracted is the one that was initially stored.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
First In First Out is what FIFO stands for.
Data can be accessed, stored, and retrieved using this method.
The first data to be extracted is the one that was initially stored.
| Is This Answer Correct ? | 0 Yes | 0 No |
First In First Out is what FIFO stands for.
Data can be accessed, stored, and retrieved using this method.
The first data to be extracted is the one that was initially stored.
| Is This Answer Correct ? | 0 Yes | 0 No |
n=7623 { temp=n/10; result=temp*10+ result; n=n/10 }
Which is better malloc or calloc?
What the different types of arrays in c?
Is it possible to execute code even after the program exits the main() function?
How can I recover the file name given an open stream?
When should a far pointer be used?
What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);
Who is the founder of c language?
How many main () function we can have in a project?
Why are all header files not declared in every c program?
Write a program to accept a character & display its corrosponding ASCII value & vice versa?
What is || operator and how does it function in a program?