What is conditional Compilation?

Answers were Sorted based on User's Feedback



What is conditional Compilation?..

Answer / phani

using the Directives to control what does and does not get
compiled

Is This Answer Correct ?    8 Yes 0 No

What is conditional Compilation?..

Answer / sujatha

a compiler directive which includes or excludes lines of
codes based on a boolean expression and it is a debugging
tool for checking a errors and debug it.

Is This Answer Correct ?    2 Yes 0 No

What is conditional Compilation?..

Answer / harsh naraini

how would it be like that....
the complete code has to be compiled in order to execute as
one cannot run or execute the code without compiling it...
then how would it be a condition to compile the code...

Is This Answer Correct ?    3 Yes 3 No

Post New Answer

More OOPS Interview Questions

What is encapsulation?

17 Answers   TCS,


What is the point of polymorphism?

0 Answers  


Program to check whether a word starts with a capital letter or not.

1 Answers   Infosys,


create a class complex having real and imaginary part of a complex no. as a data member. overload the binary operators(+,- and *) to perform the operations on complex no. objects. overload binary operator using friend function.

2 Answers   CTS, Delhi University,


diff between Virtual mathod and abstract method?

1 Answers  






DIFFRENCE BETWEEN STRUCTURED PROGRAMING AND OBJCET ORIENTED PROGRAMING.

5 Answers  


What exactly is polymorphism?

0 Answers  


i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<<k; } //please comment on the output

0 Answers  


what is the main difference between c and c++?

386 Answers   AZTEC, B.Tech, CMC, College School Exams Tests, HCL, IBM, ITM, Khalsa Institute, Microsoft, Oracle, Sanjeevni Institute, TCS, Tech Mahindra, Wipro, ZeOmega,


Will I be able to get a picture in D drive to the c++ program? If so, help me out?

0 Answers  


Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.

0 Answers  


what is cast operator?

2 Answers   Microsoft,


Categories