WHAT IS PRE POSSESSORS?

Answer Posted / ravikanth

The preprocessor is used to modify your program according to
the preprocessor directives in your source code.

Preprocessor directives (such as #define) give the
preprocessor specific instructions on how to modify your
source code. The preprocessor reads in all of your include
files and the source code you are compiling and creates a
preprocessed version of your source code.

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In c language can we compile a program without main() function?

584


4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.

1731


explain how do you use macro?

671


What is the best style for code layout in c?

636


What is a static variable in c?

673






Subtract Two Number Without Using Subtraction Operator

360


What is calloc()?

633


How will you divide two numbers in a MACRO?

719


What is an lvalue?

638


Why is c faster?

598


Do pointers store the address of value or the actual value of a variable?

615


Define Spanning-Tree Protocol (STP)

651


Can you add pointers together? Why would you?

653


What is a floating point in c?

611


Difference between linking and loading?

699