Day-2 / Part – 1 : Basic Input and Output in C
C programming language has standard libraries that allows us to take the input from a file or a keyboard and give the output to the screen or a file. Standard input (stdin) is used for taking input. Standard output (stdout) is used for giving output. Standard error (stderr) is used for giving error. The functions used for standard input and output…
Read More “Day-2 / Part – 1 : Basic Input and Output in C” »