Dynamic Memory Allocation
2020-05-13
C language requires the no of elements in an array to be specified at compile time.But we may not be able to do so always our initial judgement of size,if it is wrong,it make cause failure of the program (or) wastage of the memory space.In this situation we use DynamicContinue Reading