Is it better to use a macro or a function?
No Answer is Posted For this Question
Be the First to Post Answer
what is a headerfile?and what will be a program without it explain nan example?
What is the purpose of ftell?
Explain how to reverse singly link list.
Is fortran faster than c?
Explain what is page thrashing?
compare array with pointer?
What is LINKED LIST? How can you access the last element in a linked list?
What is the difference between local variable and global variable in c?
Why c is faster than c++?
How can I set an array's size at run time?
C program code int zap(int n) { if(n<=1)then zap=1; else zap=zap(n-3)+zap(n-1); } then the call zap(6) gives the values of zap [a] 8 [b] 9 [c] 6 [d] 12 [e] 15
What does sizeof function do?