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
Can i use “int” data type to store the value 32768? Why?
Why C language is a procedural language?
Write a program to swap two numbers without using third variable?
What is the correct code to have following output in c using nested for loop?
What is the purpose of clrscr () printf () and getch ()?
What are the 4 types of functions?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
Is multithreading possible in c?
What is %lu in c?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
What is a 'null pointer assignment' error?
What does dm mean sexually?
Why is c known as a mother language?
Why can’t we compare structures?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler