What is the meaning When we write "#include" what is # and
what does include does there???
Answer Posted / j.md riyasudeen
# include "file name" that represents its already inbuilt in
the programming coding by developer.if the developer used
the any other symbols like(*include,@include) this is header
file we should use in c programs
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What are global variables?
What is the difference between NULL and NUL?
What is quick sort in c?
Do array subscripts always start with zero?
What is difference between Structure and Unions?
what is the difference between class and unio?
What is register variable in c language?
What is include directive in c?
how to create duplicate link list using C???
What is the use of a semicolon (;) at the end of every program statement?
Multiply an Integer Number by 2 Without Using Multiplication Operator
What is modifier & how many types of modifiers available in c?
What is difference between && and & in c?
What is void main ()?
Can a local variable be volatile in c?