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 class and object in oops?
How to calculate the age from the date of birth by using the program?
design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }
How do you achieve polymorphism?
What is multidimensional array?
what is overloading
What is virtual function?where and when is it used?
difference between structure and union.
How to create a comment page in C #??
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
what is the basic concept of inheritance?
A file pointer always contains the __________ of the file