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
Can i use “int” data type to store the value 32768? Why?
What is ctrl c called?
How can I read in an object file and jump to locations in it?
When do we get logical errors?
Is there any data type in c with variable size?
How can you find out how much memory is available?
How do c compilers work?
What are dangling pointers in c?
What is structure padding and packing in c?
Apart from dennis ritchie who the other person who contributed in design of c language.
What is assert and when would I use it?
Why are algorithms important in c program?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
Describe newline escape sequence with a sample program?