Answer Posted / debu
This function allocates multiple blocks of memory of same
size, initializes all locations to zero and returns a
pointer to the first byte of allocated space.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a structure and why it is used?
What is a stream water?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
How old is c programming language?
What are valid signatures for the Main function?
What is local and global variable in c?
How to declare a variable?
What are different types of operators?
how to make a scientific calculater ?
Should I learn data structures in c or python?
What are identifiers c?
What is c definition?
What is the difference between arrays and pointers?
What are the different types of errors?
Can you tell me how to check whether a linked list is circular?