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

Post New Answer

More C Interview Questions

what is the difference between embedded c and turbo c ?

1 Answers  


How do I convert a string to all upper or lower case?

0 Answers  


Explain how can you determine the size of an allocated portion of memory?

0 Answers  


Explain what does it mean when a pointer is used in an if statement?

0 Answers  


What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?

0 Answers  






What is calloc() function?

0 Answers  


what is used instead of pointers in java than c?

1 Answers   Vuram,


What is masking?

0 Answers  


#include<stdio.h> void main() { int a=10,b=20,c=30; printf("%d",scanf("%d%d%d",&a,&b,&c)); } what is the output for this?

4 Answers   IIIT,


why effort estimation is important?

1 Answers  


control 50 devices which has 2 states on and off.using bitwise operator.plz answer it its urgent

1 Answers  


How can you convert integers to binary or hexadecimal?

0 Answers  


Categories