what is use#in c

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


Please Help Members By Posting Answers For Below Questions

Why do we use null pointer?

615


What is a union?

617


WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..

1605


void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }

1268


What are the different types of data structures in c?

614






How do you determine a file’s attributes?

613


What are qualifiers and modifiers c?

561


What is the process of writing the null pointer?

613


Is that possible to store 32768 in an int data type variable?

700


What are the advantages of c preprocessor?

725


What is the difference between ++a and a++?

707


What is array of pointers to string?

578


which type of aspect you want from the student.

1712


"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks

666


Why array is used in c?

564