Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between scanf and fscanf?
Is stack a keyword in c?
Hai why 'c' is the middle language
main() { int a,b; printf("%d,%d",scanf("%d%d",&a,&b)); } => do u mean above program's output... =>output will be:2,whatever you enter value for b. =>because scanf is a library fn which will return how many arguements it processes, and second value you are right mr.Satya but i found my self unable to understand that for the first time scanf returns the no of successful matches but how for the second time it returns the value of 'b'.while a function should return the same 'r' value every time.
What are the types of data structures in c?
why u join this call center?
What is %s and %d in c?
Define a structure to store roll no, name and marks of a student. Using the structure of above write a ‘C’ program to create a file “student.dat”. There must be one record for every student in the file. Accept the data from the user.
du u know test pattern for robosoft? Plz share
1 Answers RoboSoft, TATA, Wipro,
why TCS selected more student in the software field from all institution.
Which one would you prefer - a macro or a function?
write a program to interchange the value between two variable without using loop