When you call malloc() to allocate memory for a local
pointer, do you have to explicitly free() it?
Answers were Sorted based on User's Feedback
write a program to copy the string using switch case?
What is the purpose of sprintf?
write a program in 'c' to find the value of p[i+1]^n.p,i,n are arguments of a macro and n is a integer
#define f(x) main() { printf("\n%d",f(2+2)); }
Explain what is the stack?
what is the function of pragma directive in c?
Why #include is used in c language?
How will you find a duplicate number in a array without negating the nos ?
Why is struct padding needed?
What is the use of keyword VOLATILE in C?
How can I find out the size of a file, prior to reading it in?
What are the different types of pointers used in c language?