why wipro wase
No Answer is Posted For this Question
Be the First to Post Answer
What is FIFO?
what do u mean by Direct access files? then can u explain about Direct Access Files?
What is a segmentation fault?
What is #pragma statements?
Is c still used?
What are enumerated types?
How is a structure member accessed?
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.
Explain how can I prevent another program from modifying part of a file that I am modifying?
how to print this sereis 2 4 3 6 5..........?
Explain how are portions of a program disabled in demo versions?
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?