What are the preprocessors?

Answer Posted / prasanna

Preprocessor is the program which processes the source code before it goes to the compiler.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is meant by high-order and low-order bytes?

811


Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.

1940


Why can’t we compare structures?

1010


Are the variables argc and argv are local to main?

961


Explain what is the difference between the expression '++a' and 'a++'?

842






Can we assign string to char pointer?

782


Explain the advantages and disadvantages of macros.

816


Why do we use namespace feature?

791


What are the modifiers available in c programming language?

956


What is d'n in c?

796


What is memcpy() function?

813


Write a program to swap two numbers without using the third variable?

784


What does p mean in physics?

781


in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above

834


How to set file pointer to beginning c?

883