HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????


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 getch() and getche()?

1 Answers   NSPL,


write a program to print data of 5 five students with structures?

0 Answers  


how to find the binary of a number?

10 Answers   Infosys,


What is function pointer c?

0 Answers  


enum DAY { sunday, monday, tuesday }; enum EDAYS { friday, saturday, sunday }; void main() { int i =0; if( i == sunday) { printf("%d",i); } } what would be the output?

4 Answers   TCS,






what is the use of call back function in c?tell me with example

2 Answers   Bosch,


What does a pointer variable always consist of?

0 Answers  


write a prgram of swapping with 2 valiables

6 Answers  


There are 21 people in a room. They have to form groups of 3 people each. How many combinations are possible? Write a C program to print the same.

1 Answers   HCL, iGate,


Write a c program to print the even numbers followed by odd numbers in an array without using additional array

1 Answers   Tech Mahindra,


Explain the difference between getch() and getche() in c?

0 Answers  


Write the following function in C. stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return - 1. The function should not make use of any C library function calls.

3 Answers   Google, Infosys, JTL, OpenFeel,


Categories