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

Write down the program to sort the array.

4 Answers   Impiger,


the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function

0 Answers  


Is main a keyword in c?

0 Answers  


What is the scope of static variable in c?

0 Answers  


What is the purpose of ftell?

0 Answers  






How do you view the path?

0 Answers  


What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?

0 Answers  


What is a buffer in c?

0 Answers  


What is fflush() function?

0 Answers  


HOW TO ANSWER IF ASKED " WHAT KIND OF A PERSON ARE YOU?" I NEED AN ANSWER THAT IMPRESS THE INTERVIEWER

4 Answers  


List the difference between a "copy constructor" and a "assignment operator"?

0 Answers   Accenture,


The statement, int(*x[]) () what does in indicate?

0 Answers  


Categories