Non-Formatted I/O in C

The functions which fall in this category just provide bare bone functionality to read and write a character or string from or to the standard input or output respectively. There are four main functions within this category. gets() gets reads characters from keyboard and stores them as a string into the argument until a newline … Read more