What are the preprocessors?

Answer Posted / achal

Each of the above answers is partially correct. A
Preprocessor is a software tool. You include many
preprocessor directives in your program.
e.g. include directives , #define, #ifdef , #pragma for
conditional compilation. All these things are taken care by
this tool. It comes into picture before compiler.

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.

590


What will be the outcome of the following conditional statement if the value of variable s is 10?

753


What are the uses of null pointers?

586


What are header files and explain what are its uses in c programming?

601


What is string in c language?

617






in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.

7385


about c language

1593


What are the different types of constants?

635


What is hash table in c?

560


Can you please explain the difference between syntax vs logical error?

682


code for quick sort?

1608


What is c mainly used for?

589


Can we change the value of #define in c?

579


Why double pointer is used in c?

559


What is scanf_s in c?

624