adspace
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 dynamic dispatch in c++?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
will u please send me the placement papers to my mail???????????????????
Do you know the difference between malloc() and calloc() function?
How do you convert strings to numbers in C?
How can I implement sets or arrays of bits?
How do you determine the length of a string value that was stored in a variable?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
write a c program to find the sum of five entered numbers using an array named number
i have a written test for microland please give me test pattern
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
What are compound statements?
In C programming, how do you insert quote characters (‘ and “) into the output screen?