Why preprocessor should come before source code?

Answer Posted / bhaskar.mantrala

why because when we compile a program all input and output
statements will be replaced by thier own codes present in
the directives...so all these things would be done by
preprocessor(pre processing) (#).....

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you redirect a standard stream?

626


What was noalias and what ever happened to it?

592


What is difference between class and structure?

571


What is null pointer in c?

595


Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......

1745






What is the role of && operator in a program code?

568


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

598


Explain the advantages of using macro in c language?

582


Why do we use c for the speed of light?

606


What is bss in c?

606


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.

1728


Is swift based on c?

640


what do the 'c' and 'v' in argc and argv stand for?

647


What are global variables and how do you declare them?

622


Write a code to determine the total number of stops an elevator would take to serve N number of people.

730