244 views
0 votes
0 votes

Please log in or register to answer this question.

Related questions

1 votes
1 votes
1 answer
1
Mrityudoot asked Feb 2
250 views
In what cases does an uninitialized array have values = 0 and for which cases does it have values = garbage values. How to differentiate?
0 votes
0 votes
1 answer
3
hitendra singh asked Apr 10, 2019
279 views
What will happen if using MALLOC ( ) we allocate entire memory from heap and we don't free it using FREE( ) ? what will happen next ?