Ask your own question, for FREE!
Computer Science 7 Online
OpenStudy (anonymous):

any programmer here?

OpenStudy (anonymous):

what is #include<stdio.h>

OpenStudy (bibby):

includes the header file used for standard input/output

OpenStudy (osanseviero):

A library is a set of "tools" that you will get. For example, a program may not be able to do 2^3 directly, but you may use a library to be able to do that in just one step. #include Let's you use other stuff in your program. <stdio.h> Is a predefined library of C (you can do your own libraries). You know it is a header file because of the .h. It allows you to print and scan (read) values. Good programming!

OpenStudy (anonymous):

In the future try to ask your question immediately rather than making it a follow up question. "any programmer here?": is misleading and it doesn't include enough information as to what you need help with. I make that mistake more than anyone and trust me we both will get better results if we just cut to the chase. Good Luck

OpenStudy (anonymous):

storeit ur great

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!