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
What is quick sort in c?
What is a program flowchart and explain how does it help in writing a program?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
Is it possible to initialize a variable at the time it was declared?
What is putchar() function?
explain what are pointers?
What are the salient features of c languages?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
write a proram to reverse the string using switch case?
can anyone please tell about the nested interrupts?
ATM machine and railway reservation class/object diagram
Place the #include statement must be written in the program?
Can we assign string to char pointer?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above