harsh naraini


{ City } delhi
< Country > india
* Profession * doing b-tech
User No # 52373
Total Questions Posted # 0
Total Answers Posted # 2

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 14
Users Marked my Answers as Wrong # 3
Questions / { harsh naraini }
Questions Answers Category Views Company eMail




Answers / { harsh naraini }

Question { emc2, 9162 }

What is difference between new and malloc?


Answer

the difference between malloc and new is just that when a
variable is declared using malloc, it requires type casting
while new operator whenever used does not type cast by
itself as there is no need for the variable to be typecasted
when used with new operator

Is This Answer Correct ?    11 Yes 0 No

Question { HCL, 5806 }

What is conditional Compilation?


Answer

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