Answer Posted / 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 |
Post New Answer View All Answers
Why header files are used?
How do I send escape sequences to control a terminal or other device?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
Explain About fork()?
What is the use of volatile?
Why do we use int main?
How can I sort more data than will fit in memory?
What is d scanf?
Why clrscr is used in c?
What is the usage of the pointer in c?
What is %d used for?
What is wild pointer in c with example?
How would you rename a function in C?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
What is bss in c?