Answer Posted / hr@tgksolutions.com
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
Do you know the difference between malloc() and calloc() function?
Can a pointer be static?
What standard functions are available to manipulate strings?
What is pointers in c with example?
How can I find the modification date and time of a file?
What is the sizeof () operator?
What is string constants?
When is a void pointer used?
What does *p++ do? What does it point to?
How to declare pointer variables?
How do you list files in a directory?
What is the use of #define preprocessor in c?
Are pointers integers in c?
When should a type cast be used?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none