Answer Posted / srinath, hyd
ya. this is an memory allocation porpose.
some other allocations are there calloc(), alloc()
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is getch?
When is a void pointer used?
What are the properties of union in c?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
How can you increase the allowable number of simultaneously open files?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
can we implement multi-threads in c.
What is structure padding in c?
Describe the difference between = and == symbols in c programming?
How to write c functions that modify head pointer of a linked list?
What is define c?
What is pointer & why it is used?
What is the difference between pure virtual function and virtual function?
Is printf a keyword?
where are auto variables stored? What are the characteristics of an auto variable?