recategorized by
2,390 views

1 Answer

Best answer
2 votes
2 votes
malloc and calloc are used to allocate dynamic memory

free is used to frees the allocated memory by calloc and malloc

realloc function is used to reallocates or modifies the previous allocated space

hence ans is D
selected by
Answer:

Related questions

2 votes
2 votes
2 answers
1
go_editor asked Jul 7, 2016
4,217 views
The mechanism that binds code and data together and keeps them secure form outside world is known asAbstractionInheritanceEncapsulationPolymorphism
2 votes
2 votes
1 answer
3
go_editor asked Jul 7, 2016
1,261 views
Match the following with respect to java.util.$\ast$ class methods :$\begin{array}{clcl} \text{(a)} & \text{Bit Set} & \text{(i)} & \text{Time zone getTimezone()} \\ \t...
3 votes
3 votes
2 answers
4
go_editor asked Jul 7, 2016
3,063 views
The upper bound of computing time of m colouring decision problem is$O(nm)$$O(n^m)$$O(nm^n)$$O(n^mm^n)$