What is the meaning When we write "#include" what is # and
what does include does there???
Answer Posted / cynthia
# is the symbol used as the syntax of the header
statement.include is the key word used to link for the
functions in the file(may be in the library or the user
defined) to be used in the program.
For instance,
#include<stdio.h>/*used to include the
library file for standard input/output statements-printf()
and scanf()*/
| Is This Answer Correct ? | 13 Yes | 15 No |
Post New Answer View All Answers
Explain main function in c?
Why c is called procedure oriented language?
what is uses of .net
What is operator promotion?
Which header file is essential for using strcmp function?
Write a program to print “hello world” without using semicolon?
How can I swap two values without using a temporary?
Are there any problems with performing mathematical operations on different variable types?
What is spark map function?
How can I automatically locate a programs configuration files in the same directory as the executable?
how is the examination pattern?
What is a volatile keyword in c?
What are loops in c?
Explain indirection?
diff between exptected result and requirement?