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
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
Why header files are used?
What is methods in c?
What is the use of pragma in embedded c?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
Why c is procedure oriented?
What are header files? What are their uses?
Explain the difference between strcpy() and memcpy() function?
Write a program for finding factorial of a number.
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
What do you mean by c what are the main characteristics of c language?
What does malloc () calloc () realloc () free () do?
Linked lists -- can you tell me how to check whether a linked list is circular?
What is the difference between malloc() and calloc()?
C program to find all possible outcomes of a dice?