Answer Posted / sourisengupta
malloc returns a pointer to the allocated space if required
memory is available otherwise it will return a null pointer.
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is hash table in c?
What is putchar() function?
What are the types of data structures in c?
How can you draw circles in C?
what is a constant pointer in C
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
why return type of main is not necessary in linux
What is getch() function?
How to throw some light on the b tree?
What is graph in c?
What is sizeof in c?
What is a structure in c language. how to initialise a structure in c?
How arrays can be passed to a user defined function
What does void main () mean?
What is the purpose of type declarations?