Answer Posted / ashish
Upon successful completion with size not equal to 0, malloc() shall return a pointer to the allocated space. If size is 0, either a null pointer or a unique pointer that can be successfully passed to free() shall be returned. Otherwise, it shall return a null pointer [CX] and set errno to indicate the error
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is c language & why it is used?
What are actual arguments?
What is sizeof int in c?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
What are the types of bitwise operator?
Explain how can I remove the trailing spaces from a string?
Write a C program in Fibonacci series.
What does the file stdio.h contain?
What is the use of getchar functions?
What does c mean before a date?
What are the benefits of organizational structure?
What are pointers really good for, anyway?
What are the application of void data type in c?
Are pointers integer?
Describe the modifier in c?