Ask Experts Questions for FREE Help !
Ask
    rahul parepalli's Avatar
    rahul parepalli Posts: 1, Reputation: 1
    New Member
     
    #1

    Dec 16, 2013, 11:22 AM
    #include<stdio.h>
    What does the instruction #include<stdio.h> mean
    schan's Avatar
    schan Posts: 6, Reputation: 4
    New Member
     
    #2

    Dec 16, 2013, 01:44 PM
    Hi,

    The hash symbol simply says to handle this statement with the C pre-processor. The include simply means to include the standard C library header file when C compiles the program. What happens is that the pre-processor pastes code from the header file into your program so that you can reuse functions that were already written. In this case, it is the standard input/output header file so you'll be able to use functions such as printf, scanf, and so on.

    I hope this helps.

    -S

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

#include?stdio.h? Its meaning [ 0 Answers ]

#include?stdio.h? Its meaning

Meaning of #include [ 2 Answers ]

Meaning of #include<stdio.h>

#,include,stdio, h mean? [ 1 Answers ]

Sir *** reply,what it mean # ,include, stdio, h separately

Can a 150 amp meter panal handel a 100 amp, 40 amp, 30 amp and 30 amp brakers. [ 2 Answers ]

My meter panal is a 150amp panal. I have a 60 amp sub panal coming off it a 30amp to my stove a 30 to dryer and a 40 to the a/c. i want to upgrade the 60 amp sub panal to a 100 amp panal. Will the 150 amp meter panal handel it or do i need to have a 200 amp meter panal installed


View more questions Search