explain how do you use macro?
No Answer is Posted For this Question
Be the First to Post Answer
What are the preprocessor categories?
What is an anonymous union and where to apply that ?
What are the properties of union in c?
Can we declare variable anywhere in c?
What's the difference between calloc() and malloc()?
What are the different types of pointers used in c language?
How can you find the day of the week given the date?
What is meant by realloc()?
What does calloc stand for?
f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?
9 Answers Hughes, Tech Mahindra,
What is exit() function?
What is the most efficient way to store flag values?