Answer Posted / 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 |
Post New Answer View All Answers
What is sizeof return in c?
What do you mean by command line argument?
What are data types in c language?
Can you please compare array with pointer?
What does volatile do?
Define the scope of static variables.
What is structure data type in c?
When should you use a type cast?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
What is the use of gets and puts?
How can you invoke another program from within a C program?
Write a program to swap two numbers without using the third variable?
When a c file is executed there are many files that are automatically opened what are they files?
how to write optimum code to divide a 50 digit number with a 25 digit number??
difference between object file and executable file