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 |
How can I change the size of the dynamically allocated array?
question-how to run a c programme.
Write a program for the following series: 1*3*5-2*4*6+3*5*7-4*6*8+.................up to nterms
What is structure padding in c?
write a progam to display the factors of a given number and disply how many prime numbers are there?
what are bps & baud rates? differentiate these two?
What is header file definition?
what is the difference between getch() and getchar()?
what is the program to display your name in any color?
write a c prog for removing duplicate character from an array and sorting remaining elements using a single array
What is a pointer on a pointer in c programming language?
What is structure padding and packing in c?