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 is the difference between if else and switchstatement
What is const and volatile in c?
Explain the use of fflush() function?
What is array within structure?
Write a program to print factorial of given number without using recursion?
Why is structure important for a child?
What is the difference between printf and scanf )?
Is null valid for pointers to functions?
Why #include is used in c language?
What is the use of c language in real life?
What are pointers in C? Give an example where to illustrate their significance.
What is conio h in c?
where are auto variables stored? What are the characteristics of an auto variable?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
What is the ANSI C Standard?