Explain what is page thrashing?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is the benefit of using const for declaring constants?
Are global variables static in c?
how to find sum of digits in C?
What is an operator?
Is there something we can do in C but not in C++? Declare variable names that are keywords in C++ but not C.
What is the maximum length of an identifier?
how to exchnage bits in a byte b7<-->b0 b6<-->b1 b5<-->b2 b4<-->b3 please mail me the code if any one know to rajeshmb4u@gmail.com
What is #include called?
Define Array of pointers.
How will you write a code for accessing the length of an array without assigning it to another variable?
Is c pass by value or reference?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.