Explain function?
No Answer is Posted For this Question
Be the First to Post Answer
What is a node in c?
Program to display given 3 integers in ascending order
What is boolean in c?
What does the message "automatic aggregate intialization is an ansi feature" mean?
Is exit(status) truly equivalent to returning the same status from main?
How to write a multi-statement macro?
Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.
main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }
write a recursive program in'c'to find whether a given five digit number is a palindrome or not
How do I declare a pointer to an array?
What is the use of putchar function?
What are header files? What are their uses?