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
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
Explain the difference between strcpy() and memcpy() function?
Why do we need volatile in c?
Write a program with dynamically allocation of variable.
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
What is the difference between procedural and declarative language?
Explain what are binary trees?
Is null always defined as 0(zero)?
What is the difference between #include
What is an array? What the different types of arrays in c?
How to establish connection with oracle database software from c language?
How can a string be converted to a number?
How do you write a program which produces its own source code as output?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
Write a program in c to replace any vowel in a string with z?