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
Why functions are used in c?
Write a C program to count the number of email on text
How do you convert strings to numbers in C?
What is the purpose of the statement: strcat (S2, S1)?
Write a program to reverse a given number in c?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
What 'lex' does?
Why do we need functions in c?
How can a number be converted to a string?
What does it mean when the linker says that _end is undefined?
cavium networks written test pattern ..
What is output redirection?
What is scope and lifetime of a variable in c?
Explain what is dynamic data structure?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above