What does stdio.h do? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

What does stdio.h do?

17th Nov 2016, 12:11 PM
Raveena Tanwar
Raveena Tanwar - avatar
4 ответов
+ 5
acronym of stdio.h is standard input and output header file this header file imports all the functions defined in stdio.h file so that we can use it in our program. what does stdio.h contains? -> stdio.h define those functions which are related to input/output from standard input/output device like keyboard and as output device our monitor. Example of function those are defined in stdio.h are printf() for printing purpose on monitor and scanf() which takes input from our keyboard.
17th Nov 2016, 12:41 PM
Vishal Koshti
Vishal Koshti - avatar
+ 1
write a c++ code playground to multiply a*b matrices and store the result in matrix c ? please , help me if you can? thanks 😘
19th Nov 2016, 5:59 PM
cyreen
cyreen - avatar
0
with cstdio.h you can use some functions and methods
17th Nov 2016, 12:40 PM
Fiodar Otsuma
Fiodar Otsuma - avatar
0
stdio.h header file contains various C standard library functions to perform input and output operation. like printf, scarf, getchars, fetch etc. here is the lust of all functions and MACROS of stdio.h http://www.techcrashcourse.com/2015/08/stdio-h-c-standard-library-functions.html
15th Apr 2017, 1:37 PM
Arun Kumar
Arun Kumar - avatar