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 linear search?
When can a far pointer be used?
What is function pointer c?
What is pointers in c?
What is a dynamic array in c?
How do I convert a string to all upper or lower case?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
Explain the difference between strcpy() and memcpy() function?
How can variables be characterized?
What is structure in c explain with example?
What are pointers? What are stacks and queues?
How many levels of pointers have?
What are the types of operators in c?
Explain what standard functions are available to manipulate strings?
Can a variable be both static and volatile in c?