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
what is the use of getch() function in C program.. difference b/w getch() and getche()??
29 Answers HCL, IBM, Infosys, TCS, Wipro,
what is diff between localstatic and globalstatis variable possible 2 use in another file...?
How can I do serial ("comm") port I/O?
What is the use of function overloading in C?
a memory of 20 bytes is allocated to a string declared as char *s then the following two statements are executed: s="Etrance" l=strlen(s); what is the value of l ? a.20 b.8 c.9 d.21
What is the difference between calloc() and realloc()?
What is the difference between malloc() and calloc()?
WHY DO WE USE A TERMINATOR IN C LANGUAGE?
Tell us the difference between these two : #include"stdio.h" #include<stdio.h> define in detial.
what is used instead of pointers in java than c?
what is the role you expect in software industry?
Which header file should you include if you are to develop a function which can accept variable number of arguments?