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
Explain what does a function declared as pascal do differently?
Why flag is used in c?
Explain how do you determine the length of a string value that was stored in a variable?
What is the size of structure pointer in c?
What is the size of structure in c?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
How will you divide two numbers in a MACRO?
c program for searching a student details among 10 student details
Explain modulus operator.
What is signed and unsigned?
How can you avoid including a header more than once?
Explain high-order and low-order bytes.
What math functions are available for integers? For floating point?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
Who invented b language?