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
What is the difference between mpi and openmp?
Is there any demerits of using pointer?
pierrot's divisor program using c or c++ code
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
How are structure passing and returning implemented?
What are integer variable, floating-point variable and character variable?
how to write optimum code to divide a 50 digit number with a 25 digit number??
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
Explain heap and queue.
What are comments and how do you insert it in a C program?
What is malloc return c?
Explain what is the advantage of a random access file?
What is the purpose of ftell?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
why we wont use '&' sing in aceesing the string using scanf