Answer Posted / saurabh chakrabarty
# is used in c to write preprocessor statements (i.e. macros)
these statements are called preprocessor statements as these
statements are processed prior to the compilation of the
rest of the code by the compiler
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
Explain 'bit masking'?
Can two or more operators such as and be combined in a single line of program code?
How do I get an accurate error status return from system on ms-dos?
C program to find all possible outcomes of a dice?
What is the purpose of the preprocessor directive error?
How to create struct variables?
What is the difference between functions getch() and getche()?
What is dangling pointer in c?
What is equivalent to ++i+++j?
How to draw the flowchart for structure programs?
What is the condition that is applied with ?: Operator?
shorting algorithmS
what is recursion in C
Explain what happens if you free a pointer twice?