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 does the keyword "static" mean?
Is oop better than procedural?
how do u initialize the constant variables
difference between overloading and overridding
You have one base class virtual function how will call that function from derived class?
What is abstraction in oop?
What do we mean by a hidden argument in a function?
There are 2 empty jars of 5 and 3 liters capacity. And a river is flowing besides. I want to measure 4 liters of wanter using these 2 jars. How do you do this?
how to find the largest of given numbers in an array
What is the difference between pass by value,pass by pointer,pass by reference in the catch block in the exception handling in c++
Why static Function is used in C++?
Who invented oop?