What is double pointer?
No Answer is Posted For this Question
Be the First to Post Answer
What are the difference between a free-standing and a hosted environment?
Describe advantages and disadvantages of the various stock sorting algorithms
how to TOGGLE Nth bit of variable in a MACRO
what is c?
Why is it usually a bad idea to use gets()? Suggest a workaround.
What are actual arguments?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
Differentiate between a structure and a union.
main() { int i; for(i=0;i<5;i++) printf("%d",1l<<i); } why doesn't 'l' affect the code??????
How can I call a function with an argument list built up at run time?
Explain can you assign a different address to an array tag?
What is a good data structure to use for storing lines of text?