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

    Aug 24, 2009, 06:46 AM
    Meaning of complete term #include<stdio.h> means meaning of #includewith definition
    Hello this is raman middha I have a problum in one question meaning of #include<stdio.h>
    Explain it
    stevetcg's Avatar
    stevetcg Posts: 3,693, Reputation: 353
    Ultra Member
     
    #2

    Aug 24, 2009, 06:53 AM

    Basically it is telling to the compiler to make the library stdio.h available so that the functions can be used in your code.

    Stdio.h includes all of the standard I/O functionality (like allowing keyboard input, etc)
    middha1raman's Avatar
    middha1raman Posts: 2, Reputation: 1
    New Member
     
    #3

    Aug 31, 2009, 05:43 AM
    Sir thanks for giving such kind of support but one thing I want to clear meaning of only# in header file with technical definition
    patilrok's Avatar
    patilrok Posts: 8, Reputation: 1
    New Member
     
    #4

    Sep 4, 2009, 03:21 AM

    In C programming # stands for preprocessors..
    Means that it get executed first...
    This means stdio library get's embeded into your executable..
    msk2089's Avatar
    msk2089 Posts: 1, Reputation: 1
    New Member
     
    #5

    Jan 15, 2012, 06:58 AM
    Means of #include <stdio.h>
    sapan gupta's Avatar
    sapan gupta Posts: 1, Reputation: 1
    New Member
     
    #6

    May 1, 2012, 06:33 PM
    # means preproceesor directives the process start to be a before compilation and include <stdio.h> means all input and output pre define functions to be include .
    john09ece09's Avatar
    john09ece09 Posts: 1, Reputation: 1
    New Member
     
    #7

    May 23, 2012, 11:24 AM
    '#' is a preprocessor directive. The compilers processes
    Lines in a code starting with a '#' before it compiles the
    Whole code . Example #define TEN 10 the compiler would
    Replace all instances of TEN by 10 in the code and only then
    Compile the code...
    dhairya94's Avatar
    dhairya94 Posts: 2, Reputation: 1
    New Member
     
    #8

    Feb 11, 2014, 07:17 AM
    #include<stdio.h>

    '#' is a preprocessor than include is stand for including header files which is in angular brackets and now the meaning of <> angular bracket is used to shown the compiler that search files from subdirectory of Library and std means Standard io means Input/Output and
    .h that means it includes header file.

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 Art [ 2 Answers ]

Can social, political, or economic conditions alter the nature and meaning of art?

Meaning of SKU [ 1 Answers ]

What is the meaning of SKU

What is the meaning of this guy. My x [ 5 Answers ]

Hello, I have been reading some of the things mentioned here in this chat... I was wondering.. what anyone thinks of this and could anyone offer advice... I met this guy and it took me two years to actually get intimate and get into a relationship. I found out he lied about EVERYTHING... he...

What is the meaning [ 2 Answers ]

Does anybody know the meaning of the name JOHN:confused:

Definition of technical term [ 6 Answers ]

What is a server and what ia a driver? Are they the same?


View more questions Search