Showing posts with the label Input and OutputShow all

gets() and puts() In C | Programmerdouts

Input means to provide the program with some data to be used in the program Output means to display data on screen or write the data to a printer or a file. C programming language provides many built-in functions to read any given input and to display data on scr… Read more

Printf() and scanf() In C | Programmerdouts

Input & Output Functions in 'C' Input means to provide the program with some data to be used in the program Output means to display data on screen or write the data to a printer or a file. C programming language provides many built-in functions to … Read more