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
What is the difference between procedural and declarative language?
What does 3 mean in texting?
Explain about the constants which help in debugging?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
Write a program to check whether a number is prime or not using c?
What are the disadvantages of c language?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
Explain what does the format %10.2 mean when included in a printf statement?
Explain argument and its types.
Why header file is used in c?
What are the primitive data types in c?
What is function and its example?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
How to compare array with pointer in c?
How many levels of pointers have?