WHAT IS PRE POSSESSORS?
Answers were Sorted based on User's Feedback
Answer / billuyadav208
Pre possessors are the pre defined libraries which can loaded
befor main function ....
| Is This Answer Correct ? | 36 Yes | 1 No |
Answer / krishna
preprocessor directives are not the libraries which should
be included while writing a program .But it is a notation
used to include the libraries which are included in the
header part of a program
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / 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 |
Answer / priya nagmoti
In computer science, a preprocessor is a program that
processes its input data to produce output that is used as
input to another program. The output is said to be a
preprocessed form of the input data, which is often used by
some subsequent programs like compilers
| Is This Answer Correct ? | 2 Yes | 4 No |
What is equivalent to ++i+++j?
List the different types of c tokens?
Explain about the functions strcat() and strcmp()?
what is the value of b if a=5; b=++a + ++a
31 Answers Infosys, TCS, Tech Mahindra,
Diff between for loop and while loop?
provide an example of the Group by clause, when would you use this clause
Program to display given 3 integers in ascending order
How does the assert() function work?
will u please send me the placement papers to my mail???????????????????
write a recursive program in'c'to find whether a given five digit number is a palindrome or not
What are the 32 keywords in c?
what is the first address that gets stored in stack according to a C or C++ compiler???? or what will be the first address that gets stored when we write a C source code????????