Answer Posted / monu verma
malloc returns void pointer to allocated memory location.
it is also called generic pointer
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Explain about block scope in c?
What is 02d in c?
What is C language ?
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
What are the 5 elements of structure?
Difference between macros and inline functions? Can a function be forced as inline?
What is this pointer in c plus plus?
What is difference between structure and union?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
Here is a neat trick for checking whether two strings are equal
What is line in c preprocessor?
What is quick sort in c?
Tell me what is null pointer in c?
Where define directive used?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?