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
Can the size of an array be declared at runtime?
Explain pointer. What are function pointers in C?
What is call by value in c?
Is return a keyword in c?
What is ponter?
Why c is faster than c++?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
What is time null in c?
What is a pragma?
Tell me about low level programming languages.
What is wrong with this statement? Myname = 'robin';
Where is c used?
What is 'bus error'?
using only #include
With the help of using classes, write a program to add two numbers.