how to find turn around time in operating system?
Answers were Sorted based on User's Feedback
Answer / guest
Mean time from submission to completion of process.
| Is This Answer Correct ? | 22 Yes | 3 No |
Answer / hemal patel ( b.c.a )
The Interval from the time of submission of a process to the
time of completion is the TURN AROUND time
| Is This Answer Correct ? | 11 Yes | 1 No |
How do I swap bytes?
code for copying two strings with out strcpy() function.
What is the difference between the = symbol and == symbol?
What does the characters “r” and “w” mean when writing programs that will make use of files?
Can an array be an Ivalue?
What is s in c?
What are the two types of functions in c?
How to write c functions that modify head pointer of a linked list?
in linking some of os executables are linking name some of them
What is meant by inheritance?
How can variables be characterized?
main() { int i = 10; printf(" %d %d %d \n", ++i, i++, ++i); }