HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
No Answer is Posted For this Question
Be the First to Post Answer
what is the output of the program?? #include<stdio.h> main ( ) { int a=010,sum=0,tracker: for(tracker=0;tracker<=a;tracker++) sum+=tracker; printf(ā %d\nā,sum); } what is the difference between a=10 and a=010??
What is the purpose of the fflush() function in C?
Write a program to show the workingof auto variable.
What is meaning of tree
how to create duplicate link list using C???
regarding pointers concept
explain what are actual arguments?
What is the use of parallelize in spark?
what is a stack
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5
Would you rather wait for the results of a quicksort, a linear search, or a bubble sort on a 200000 element array? 1) Quicksort 2) Linear Search 3) Bubble Sort