What is page thrashing?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

How can I remove the trailing spaces from a string?

0 Answers   Aspire,


How does struct work in c?

0 Answers  


What is the difference between exit() and _exit() function?

0 Answers  


What are data structures in c and how to use them?

0 Answers  


compare array with pointer?

1 Answers  






Describe for loop and write a c program to sum the series X + x2/2! + x3 /3! + …….. up to fifteen terms.

2 Answers  


Function to find the given number is a power of 2 or not?

20 Answers   Motorola, nvidia,


how to print the character with maximum occurence and print that number of occurence too in a string given ?

0 Answers   Microsoft,


Find occurence of a character in a sting.

3 Answers   TCS,


What are c header files?

0 Answers  


Which is better oop or procedural?

0 Answers  


#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }

1 Answers  


Categories