Answer Posted / vrushali
If there is memory avaliablity in the system..
Then fisrt address of the memory allocated in returned.
Else NULL/Garbage value is returned.
| Is This Answer Correct ? | 22 Yes | 2 No |
Post New Answer View All Answers
What is printf () in c?
How to write a multi-statement macro?
What does the characters “r” and “w” mean when writing programs that will make use of files?
What is the function of volatile in c language?
Why use int main instead of void main?
Explain the difference between malloc() and calloc() function?
Explain goto?
How can you read a directory in a C program?
What is a structure member in c?
What is malloc return c?
Give differences between - new and malloc() , delete and free() ?
Write a program in c to replace any vowel in a string with z?
Difference between constant pointer and pointer to a constant.
What is the difference between mpi and openmp?
How many levels of pointers can you have?