Ask Experts Questions for FREE Help !
Ask

Meaning of complete term #include<stdio.h> means meaning of #includewith definition

Asked Aug 24, 2009, 06:46 AM — 6 Answers
Hello this is raman middha I have a problum in one question meaning of #include<stdio.h>
explain it

6 Answers
stevetcg's Avatar
stevetcg Posts: 3,694, Reputation: 1824
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)
Helpful  (1)
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
Helpful
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..
Helpful
msk2089's Avatar
msk2089 Posts: 1, Reputation: 10
Junior Member
 
#5

Jan 15, 2012, 05:58 AM
means of #include <stdio.h>
Helpful
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 .
Helpful
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......
Helpful

Not your question? Ask your question View similar questions

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Add your answer here.

Remove Text Formatting

Undo
Redo
 
Decrease Size
Increase Size
Bold
Italic
Underline
Align Left
Align Center
Align Right
Ordered List
Unordered List
Decrease Indent
Increase Indent
Insert Email Link
Wrap [QUOTE] tags around selected text
Wrap [CODE] tags around selected text
Wrap [HTML] tags around selected text
Wrap [PHP] tags around selected text
Wrap [YOUTUBE] tags around selected text
Notification Type:



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 C questions Search