Answer Posted / 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 |
Post New Answer View All Answers
Is c still relevant?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
What is the process to generate random numbers in c programming language?
What is 1d array in c?
Explain how to reverse singly link list.
What is getch?
What is printf () in c?
What does void main () mean?
What are the differences between Structures and Arrays?
Is javascript written in c?
What do you mean by dynamic memory allocation in c? What functions are used?
What is the difference between pure virtual function and virtual function?
Not all reserved words are written in lowercase. TRUE or FALSE?
What is the right type to use for boolean values in c?
Define and explain about ! Operator?