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 |
implement NAND gate logic in C code without using any bitwise operatior.
Write an algorithm for a program that receives an integer as input and outputs the product of of its digits. E.g. 1234 = 24, 705 = 0
Write a program on swapping (100, 50)
What is volatile keyword in c?
What is a far pointer?What is the utility?
how to use enum datatype?Please explain me?
What are macros in C?
Define function ?Explain about arguments?
2 Answers Geometric Software, Infosys,
Explain 'bit masking'?
What does == mean in texting?
What is wild pointer in c with example?
What are the c keywords?