What is the relation between # and include<stdio.h>

Answer Posted / priyanka

actually, in C, every keyword has some specific value some
specific meaning and those meanings of keywords are already
been stored in header files like
<stdio.h>,<conio.h>,<math.h> etc.... so to make computer
understood the meaning of printf, scanf like keywords, we
have to use header files in begining of the prog... and #
is a preprocessor.... this tells computer that now u be
ready to write a prog...
this is wat i think.... though i dnt hav technical
knowledge still i tried to xplain.....

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define and explain about ! Operator?

616


write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)

1628


What is the benefit of using #define to declare a constant?

609


What is use of bit field?

775


What is a example of a variable?

554






What does %d do in c?

547


what is a function method?give example?

1915


What are global variables and how do you declare them?

622


How can I handle floating-point exceptions gracefully?

636


What is a pragma?

671


Write the control statements in C language

651


Where register variables are stored in c?

553


What are local variables c?

552


Once I have used freopen, how can I get the original stdout (or stdin) back?

629


Explain how do you generate random numbers in c?

627