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

What is the purpose of Scanf Print, getchar, putchar, function?

3 Answers  


print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5

3 Answers   Winit,


Write a C Program to display the following menu: Menu 1. Display 2. Copy 3. Append 4. Exit Accept the choice (1-4) from the user, and perform the following tasks: Choice 1: Accept a file name from the user and display the file on screen Choice 2: Accept two file names, and copy first file to the second Choice 3: Accept two file names, and append second file to the first file Choice 4: Terminate the program

1 Answers   Accenture, Concor, DMU, Satyam, Syntel, Tora,


#&#8206;include&#8236;<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }

2 Answers   Facebook,


What are header files? What are their uses?

0 Answers  






write a c programs to do multiplication of two numbers with out using arithmatic operator ??????????

7 Answers   Infosys, TCS,


Explain how does free() know explain how much memory to release?

0 Answers  


Tell me what are bitwise shift operators?

0 Answers  


What is c basic?

0 Answers  


Write a program in C to convert date displayed in gregorian to julian date

0 Answers   HCL, Wipro,


What is d scanf?

0 Answers  


What the advantages of using Unions?

0 Answers   TISL,


Categories