C Programming – What is the use of gets() and puts() library functions?
Standard C Library provides tons of functions which are very useful and saves a lot of our development time. Through this article we are going to discuss gets() & puts() library functions. Before we start, I would like to mention one important note here which is related to gets() function. gets() function is not recommended […]