any programmer here?
what is #include<stdio.h>
includes the header file used for standard input/output
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!
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
storeit ur great
Join our real-time social learning platform and learn together with your friends!