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

    Sep 28, 2011, 05:50 AM
    Meaning of #include
    Meaning of #include<stdio.h>
    TheCompromiser's Avatar
    TheCompromiser Posts: 77, Reputation: 17
    Junior Member
     
    #2

    Sep 29, 2011, 06:06 PM
    Stdio.h, which stands for "standard input/output header", is the header in the C standard library that contains macro definitions, constants, and declarations of functions and types used for various standard input and output operations.
    Courtesy of Wikipedia..
    http://en.wikipedia.org/wiki/Stdio.h
    karthikk296d's Avatar
    karthikk296d Posts: 1, Reputation: 2
    New Member
     
    #3

    Oct 5, 2011, 09:37 PM
    # denotes a preprocessor statement(i.e) in simpler words it's the computers way of telling that it has included the given library function in the given program.
    e.g.. #include<stdio.h>
    The above statement means that all functions belonging to stdio.h library is inherited to the program and all keywords relating to that is also inherited

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!

Meaning of complete term #include<stdio.h> means meaning of #includewith definition [ 7 Answers ]

Hello this is raman middha I have a problum in one question meaning of #include<stdio.h> Explain it

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

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

What should I include in my paragraphs [ 1 Answers ]

I have to write an essay from a short story. I came up with a thesis question but I am not sure how to compose my story and what I should include. I am afraid that I will contradict myself with my thesis question. The story that I have to write the essay from is a bit vague. You have to read in...

Prices do not include T/L/F. [ 2 Answers ]

Prices do not include T/L/F. anyone knows what it means when you buying a car


View more questions Search