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 |
What are pointers in C? Give an example where to illustrate their significance.
Which driver is a pure java driver
what is the difference between definition and declaration? give me some examples.
Are the expressions * ptr ++ and ++ * ptr same?
Explain how are 16- and 32-bit numbers stored?
how do we remove the printed character in printf statement and write next it it
Explain what is the difference between #include and #include 'file' ?
code for reverse alternate words from astring
What is the difference between realloc() and free()
what are the difference between ANSI C and Let Us c and Turbo C
What is nested structure?
Here is a good puzzle: how do you write a program which produces its own source code as output?