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 is the difference between test design and test case design?
What is the 'named constructor idiom'?
Why is c not oop?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
What is main function in c?
What is the hardest programming language?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Why do we use null pointer?
What are structural members?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
How does normalization of huge pointer works?
What are the advantage of c language?
Do you know the difference between exit() and _exit() function in c?
What are the uses of null pointers?
develop algorithms to add polynomials (i) in one variable