What is conditional Compilation?
Answers were Sorted based on User's Feedback
Answer / phani
using the Directives to control what does and does not get
compiled
| Is This Answer Correct ? | 8 Yes | 0 No |
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 |
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 |
What is property in oops?
What is conditional Compilation?
write a program in c++ to overload the function add (s1,s2) where s1 and s2 are integers and floating point values.
polymorphism means?
What is the purpose of enum?
How is class defined?
can inline function declare in private part of class?
What is inheritance and how many types of inheritance?
What is pure oop?
What are the 3 pillars of oop?
What is the main feature of oop?
what is the definition of incapsulation