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 different between auto and local static? why should we use local static?
What is static and auto variables in c?
What was noalias and what ever happened to it?
What does the format %10.2 mean when included in a printf statement?
Difference between macros and inline functions? Can a function be forced as inline?
What is calloc() function?
What is pointer and structure in c?
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
What is printf () in c?
What is the symbol indicated the c-preprocessor?
What is difference between Structure and Unions?
Explain which function in c can be used to append a string to another string?
Is c# a good language?
What is a macro in c preprocessor?
Can main () be called recursively?