WHAT IS PRE POSSESSORS?

Answers were Sorted based on User's Feedback



WHAT IS PRE POSSESSORS?..

Answer / billuyadav208

Pre possessors are the pre defined libraries which can loaded
befor main function ....

Is This Answer Correct ?    36 Yes 1 No

WHAT IS PRE POSSESSORS?..

Answer / avinash

#IS PREPOSSESSOR.

Is This Answer Correct ?    31 Yes 7 No

WHAT IS PRE POSSESSORS?..

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

WHAT IS PRE POSSESSORS?..

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

WHAT IS PRE POSSESSORS?..

Answer / shilpa

public,private,protected

Is This Answer Correct ?    0 Yes 0 No

WHAT IS PRE POSSESSORS?..

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

Post New Answer

More C Interview Questions

Method Overloading exist in c ?

3 Answers   Wipro,


How many parameters should a function have?

0 Answers  


sir, i cannot find the way how to write aprogram by using array on queue

1 Answers   IISIT,


What are the 5 types of inheritance in c ++?

0 Answers  


count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array

0 Answers  






praagnovation

0 Answers  


How can a process change an environment variable in its caller?

0 Answers  


write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.

0 Answers   Subex,


Write a program of prime number using recursion.

0 Answers   Aspiring Minds,


the operator for exponencation is a.** b.^ c.% d.not available

5 Answers   TCS,


which is the best site or book for learning C...and i need the content for C..how to get the good programming skills....? can plz suggest me....

2 Answers  


What does the format %10.2 mean when included in a printf statement?

0 Answers  


Categories