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 static memory allocation? Explain
What does typedef struct mean?
Write a program to know whether the input number is an armstrong number.
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
How do I send escape sequences to control a terminal or other device?
Find MAXIMUM of three distinct integers using a single C statement
When a c file is executed there are many files that are automatically opened what are they files?
What is difference between constant pointer and constant variable?
What is operator promotion?
how to write a c program to print list of fruits in alpabetical order?
How is pointer initialized in c?
What is c language & why it is used?
Explain what is the benefit of using #define to declare a constant?
How do I round numbers?
Can include files be nested? How many levels deep can include files be nested?