Is it valid to address one element beyond the end of an array?
No Answer is Posted For this Question
Be the First to Post Answer
what are far pointers?
can anyone suggest some site name..where i can get some good data structure puzzles???
main() { int i; for(i=0;i<5;i++) printf("%d",1l<<i); } why doesn't 'l' affect the code??????
What are local static variables? How can you use them?
what is the difference between declaration and definition of a variable or function ?
pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?
2 Answers eClerx, Excel, kenexa,
how memory store byte
Write any data structure program (stack implementation)
How can I get back to the interactive keyboard if stdin is redirected?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
What is the difference between exit() and _exit() function?
What is #pragma statements?