What is the meaning When we write "#include" what is # and
what does include does there???
Answer Posted / ankith.v
# is a Preprocessor statement.
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
can anyone suggest some site name..where i can get some good data structure puzzles???
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
Combinations of fibanocci prime series
What is the difference between ++a and a++?
How can I do serial ("comm") port I/O?
What is void main () in c?
Differentiate between a for loop and a while loop? What are it uses?
Are pointers integers in c?
What are disadvantages of C language.
Where static variables are stored in c?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
Is it cc or c in a letter?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
Does sprintf put null character?
What is modeling?