What is the meaning When we write "#include" what is # and
what does include does there???
Answer Posted / sakthivel
# -> is the one of to be set in PREPROCESSOR for the c programs it read the header file to process
include -> it's called and link for # and <stdio.h>
< > and " " -> to set character and header file read the programming section
stdio.h -> slandered input output.header it's header file name
to set the our process header file
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
Explain how are portions of a program disabled in demo versions?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
What should malloc() do?
Is c call by value?
What is calloc()?
What is the heap?
Do you know what are bitwise shift operators in c programming?
What is a pointer on a pointer in c programming language?
What is void pointers in c?
What are the different types of control structures?
Why is void main used?
Difference between macros and inline functions? Can a function be forced as inline?
What are the types of i/o functions?
What is the function of volatile in c language?
How to draw the flowchart for structure programs?