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 |
helllo sir , what is the main use of the pointer ,array ,and the structure with the example of a programe
biggest of two no's with out using if condition statement
What does 3 mean in texting?
What is a program flowchart and how does it help in writing a program?
Difference between macros and inline functions? Can a function be forced as inline?
0 Answers HAL, Honeywell, Zomato,
. Consider the following program main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The value of b[-1] is (A) 1 (B) 3 (C) -6 (D) none
What is equivalent to ++i+++j?
if p is a string contained in a string?
Illustrate it summing the series 2+4+6+......to n terms using (i) while loop (ii) do-while loop
how many keywords are available in 'c' language a) 32 b) 34 c) 45 d) 48
Why is main function so important?
What is wrong with this program statement?