HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
No Answer is Posted For this Question
Be the First to Post Answer
What is data type long in c?
I have seen function declarations that look like this
Convert the following expression to postfix and prefix (A+B) * (D-C)
State the difference between x3 and x[3].
program for reversing a selected line word by word when multiple lines are given without using strrev
#define MAX(x,y) (x) > (y) ? (x) : (y) main() { int i = 10, j = 5, k = 0; k = MAX(i++, ++j); printf("%d %d %d", i,j,k); } what will the values of i , j and k? }
14 Answers CDAC, GATE, NDS, TCS,
while initialization of array why we use a[][2] why not a[2][]...?
can we implement multi-threads in c.
Can we declare function inside main?
What standard functions are available to manipulate strings?
i need all types of question paper releted to "c" and other language.
how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.