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 |
1 What is a Data Structure?
differentiate between const char *a; char *const a; and char const *a;
2 Answers College School Exams Tests, HCL, TCS,
What is the scope of static variables in c language?
how many times does the loop iterated ? for (i=0;i=10;i+=2) printf("Hi\n");
What is a far pointer in c?
how to find out the union of two character arrays?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
What is the difference between functions abs() and fabs()?
Explain what are header files and explain what are its uses in c programming?
What is variable declaration and definition in c?
Explain 'bit masking'?
What is the use of bitwise operator?