What is page thrashing?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail
Is an array parameter is always "by reference" ?
explain about storage of union elements.
What is s in c?
How will you allocate memory to double a pointer?
What is an operator?
write the program for prime numbers?
73 Answers Accenture, Aptech, Infosys, TCS,
What is the explanation for prototype function in c?
who will call your main function in c under linux?
how to find sum of digits in C?
What is masking?
What is optimization in c?