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 abstract class in oops?
Can anyone please explain runtime polymorphism with a real time example??at what ciscumstances we go for it??
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
The type of variable a pointer points to must be the part of pointer's definition so that:
when to use 'mutable' keyword and when to use 'const cast' in c++
What is memory leak and memory corruption?
What is abstraction in oops?
If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?
Have you ever interfaced with a database?
What is the difference between the C & C++?
What is ambiguity in c++
What is pure oop?