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
Tell me with an example the self-referential structure?
What is f'n in math?
Which is more efficient, a switch statement or an if else chain?
When should a type cast not be used?
In C, What is the #line used for?
What was noalias and what ever happened to it?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
Is void a keyword in c?
How is = symbol different from == symbol in c programming?
How can you be sure that a program follows the ANSI C standard?
What is the concatenation operator?
What is printf () in c?
Explain how can I manipulate strings of multibyte characters?
Why isn't it being handled properly?
Write a program to reverse a linked list in c.