Answer Posted / 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 |
Post New Answer View All Answers
All technical questions
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
If errno contains a nonzero number, is there an error?
Is anything faster than c?
Explain how can I right-justify a string?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
What are different storage class specifiers in c?
Differentiate between full, complete & perfect binary trees.
How does placing some code lines between the comment symbol help in debugging the code?
How to establish connection with oracle database software from c language?
What is wrong with this declaration?
What is main return c?
What is an lvalue?
Does sprintf put null character?
Is c procedural or functional?