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
Does c have an equivalent to pascals with statement?
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
Tell me about low level programming languages.
How are portions of a program disabled in demo versions?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
What is string function in c?
Implement bit Array in C.
Explain how are 16- and 32-bit numbers stored?
What is #define in c?
What is getche() function?
Why is structure important for a child?
Explain do array subscripts always start with zero?
Can you please compare array with pointer?
What is the use of sizeof () in c?
What is the purpose of ftell?