What is the meaning When we write "#include" what is # and
what does include does there???
Answer Posted / mannu
# represents that it is a preprocessor directiveee.
| Is This Answer Correct ? | 6 Yes | 6 No |
Post New Answer View All Answers
How do we make a global variable accessible across files? Explain the extern keyword?
Can we declare variable anywhere in c?
Why ca not I do something like this?
What are header files? What are their uses?
What are header files in c programming?
Explain what happens if you free a pointer twice?
What is the explanation for the dangling pointer in c?
What is preprocessor with example?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
What is c language and why we use it?
Who is the main contributor in designing the c language after dennis ritchie?
Why c is procedure oriented?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
What is void main ()?
What is the deal on sprintf_s return value?