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
Why pointers are used in c?
What are structures and unions? State differencves between them.
what is recursion in C
differentiate built-in functions and user – defined functions.
How to get string length of given string in c?
What are pointers? Why are they used?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
What are predefined functions in c?
What are the 3 types of structures?
Is there a built-in function in C that can be used for sorting data?
Is main is user defined function?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
difference between object file and executable file
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
What is a char c?