HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
No Answer is Posted For this Question
Be the First to Post Answer
Do you know what is the purpose of 'extern' keyword in a function declaration?
Find Index of least significant bit set in an Integer. ex. int value is say 10001000 results should be 4.
Write a program that will read the input of any number of digits n in a row of shafh showing the breakdown of the printing and printing figures by the recursive function.
What is function prototype?
What is the meaning of 2d in c?
What is a string?
what is meant by the "equivalence of pointers and arrays" in C?
what is the difference between c and c++?
how to print value of e(exp1)up to required no of digits after decimal?
int main() { int days; printf("enter days you are late"); scanf("%d",days); if (days<=5) printf("5o paisa fine"); if (days<=10&&days>=6) printf("1rs fine"); if(days>10) printf("10 rs fine"); if(days=30) printf("membership cancelled"); return 0; } tell me whats wrong in this program? is it right?
What is echo in c programming?
Write a c program to print the sizes and ranges of different data types in c?