Describe static function with its usage?
No Answer is Posted For this Question
Be the First to Post Answer
define function
print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5
related proverb of "dont count your chicken before it hatches"
What is the use of the #include directive?
Explain what are the __date__ and __time__ preprocessor commands?
What are the string functions? List some string functions available in c.
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
write a prgram of swapping with 2 valiables
What is a pointer and how it is initialized?
wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }
How to implement variable argument functions ?
what is the maximum no. of bytes calloc can allocate