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

write a program to print largest number of each row of a 2D array

1862


Can you please compare array with pointer?

607


How do you determine the length of a string value that was stored in a variable?

642


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

670


What are the functions to open and close file in c language?

721






What is null character in c?

682


Explain how do you view the path?

644


Difference between exit() and _exit() function?

649


Can an array be an Ivalue?

657


Explain what is the heap?

614


Who developed c language and when?

573


How do you list files in a directory?

553


How many bytes are occupied by near, far and huge pointers (dos)?

657


What is unary operator?

654


Why do we use int main?

598