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
How do I swap bytes?
What is the use of a semicolon (;) at the end of every program statement?
What is pointer in c?
What is boolean in c?
What is the role of && operator in a program code?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
Why do we use pointer to pointer in c?
What is FIFO?
What is wrong with this declaration?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
Is it possible to pass an entire structure to functions?
How many types of functions are there in c?
What is an array? What the different types of arrays in c?
Can a pointer be volatile in c?
What is int main () in c?