Answer Posted / shashidhar murthy
malloc returns a pointer to the allocated space if required
memory is found, else, a null pointer is returned and
'errno' is set to indicate the error.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
what are the 10 different models of writing an addition program in C language?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
What is getch() function?
Can we access the array using a pointer in c language?
What are the advantages of using macro in c language?
What is adt in c programming?
State the difference between realloc and free.
When should I declare a function?
Is it valid to address one element beyond the end of an array?
What does emoji p mean?
Explain what is a pragma?
How can I discover how many arguments a function was actually called with?
How can you determine the maximum value that a numeric variable can hold?
Explain what is operator promotion?
to find the closest pair