Programming Tutorials

Comment on Tutorial - Using realloc() Function in C By Charles



Comment Added by : Aneesh Dogra

Comment Added at : 2012-07-20 04:08:32

Comment on Tutorial : Using realloc() Function in C By Charles
Never use gets for taking inputs from users. Your program is prone to Buffer Overflows.

View Tutorial