how to estimate the disk access time?
e.g. the time between read one byte and another byte in the
disk.
Answer Posted / arbit
I suppose the answer is to be figured out programmatically
not by handwaving. Every stupid in Computer Science knows
what you have answered
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is the difference between #include and #include 'file' ?
I heard that you have to include stdio.h before calling printf. Why?
How many types of operator or there in c?
What is calloc malloc realloc in c?
What does sizeof int return?
What is wrong with this statement? Myname = 'robin';
Write a program to use switch statement.
What is the difference between int main and void main in c?
What is the main difference between calloc () and malloc ()?
Why pointers are used?
Are the variables argc and argv are always local to main?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
Define and explain about ! Operator?
Do you know pointer in c?
When should the volatile modifier be used?