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

Why is structure padding done in c?

654


What is uint8 in c?

650


Does c have class?

619


in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures

684


Is there any possibility to create customized header file with c programming language?

630






How can I delete a file?

634


Why do we use return in c?

573


What are the different types of data structures in c?

610


Why header file is used in c?

583


What is the heap in c?

647


What is switch in c?

652


What are the different file extensions involved when programming in C?

768


What is pre-emptive data structure and explain it with example?

3217


Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.

724


What is storage class?

660