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
What should malloc(0) do?
Write a program of prime number using recursion.
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
Write a program to check whether a number is prime or not using c?
What is a stream in c programming?
which is an algorithm for sorting in a growing Lexicographic order
What is the newline escape sequence?
Is using exit() the same as using return?
what do you mean by inline function in C?
How many identifiers are there in c?
How can I get back to the interactive keyboard if stdin is redirected?
What is calloc in c?
If the size of int data type is two bytes, what is the range of signed int data type?
How can I find out if there are characters available for reading?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12