Where register variables are stored in c?
No Answer is Posted For this Question
Be the First to Post Answer
void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }
what does " calloc" do?
Can a void pointer point to a function?
What is double pointer?
What is c basic?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
Write any data structure program (stack implementation)
what is the return value (status code) of exit() function.... what the arguments(integer value) passed to it means....
How can I sort more data than will fit in memory?
Why c is procedure oriented?
Explain the difference between strcpy() and memcpy() function?
What is an endless loop?