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 is the difference between const char *p, char const *p, const char* const p
5 Answers Accenture, Aricent, CTS, Geometric Software, Point Cross, Verizon,
write a program to display the frequency of each element in a given array in c language
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
What is indirection in c?
i want to job in your company, so how it will be possible.
how many error occurs in C language ?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
Write a program on swapping (100, 50)
write a c program to find largest of three numbers using simple if only for one time.
how to convert binary to decimal and decimal to binary in C lanaguage
7 Answers BPO, Far East Promotions, IBM, RBS,
What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 Answers MindFire, TCS, Tech Mahindra,
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)