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
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
what is stack , heap ,code segment,and data segment
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What do you mean by scope of a variable in c?
What is the main difference between calloc () and malloc ()?
What is the difference between exit() and _exit() function?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
Are the expressions * ptr ++ and ++ * ptr same?
Why calloc is better than malloc?
How is a pointer variable declared?
how do you programme Carrier Sense Multiple Access
What is a node in c?
How do you search data in a data file using random access method?
What do you mean by invalid pointer arithmetic?
What is scope and lifetime of a variable in c?