Three major criteria of scheduling.
Answer / vishnu
Co-operative------> thread will execute with co-operation
pre emptive-------> high priority thread will execute first
round robin------->has time slice
| Is This Answer Correct ? | 0 Yes | 0 No |
related proverb of "dont count your chicken before it hatches"
write a program to swap two numbers without using temporary variable?
What standard functions are available to manipulate strings?
Write a C function to search a number in the given list of numbers. donot use printf and scanf
What is main function in c?
without using arithmatic operator convert an intger variable x into x+1
When was c language developed?
What is the difference between near, far and huge pointers?
What does 2n 4c mean?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
Write a program to implement queue.
Differentiate fundamental data types and derived data types in C.