What is the meaning When we write "#include" what is # and
what does include does there???
Answer Posted / the great elango
# is a symbol, that represent to the complier,the header
files are includes in the program.....include key word is
using to include the header files in c
| Is This Answer Correct ? | 48 Yes | 34 No |
Post New Answer View All Answers
What does stand for?
How old is c programming language?
Explain how can a program be made to print the line number where an error occurs?
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
Do you know the difference between exit() and _exit() function in c?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
Explain the difference between malloc() and calloc() in c?
What is the stack in c?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
What is strcmp in c?
how do you execute a c program in unix.
What are actual arguments?
How can you find the day of the week given the date?
What is a null pointer in c?
How does #define work?