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 can you allocate arrays or structures bigger than 64K?
Write a program for deleting duplicate elements in an array
list the no of files created when c source file is compiled
Heyyy All, Just a challenge . A C program with if Else if(){ /// insert sumthing print ("in if") // insert sumting } else { ///// insert sumthing print ("in else"); //// insert sumthing } can anyone modify it so that program prints. if and else both
What is C language Terminator?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
Find Index of least significant bit set in an Integer. ex. int value is say 10001000 results should be 4.
regarding pointers concept
Can true be a variable name in c?
write a Program to dispaly upto 100 prime numbers(without using Arrays,Pointer)
26 Answers ADITI, iFlex, Infosys, Oracle, TCS, Unicops, Wipro,
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
What is difference between union All statement and Union?