how to invoke the macro in another macro?
Answer / guest
do it normally....
#define HHH(x) (x*x)
#define YYY(y) (y+y)
cout << HHH(YYY(5)) <<endl;
o/p -- 100
Is This Answer Correct ? | 0 Yes | 1 No |
Is the IT field raise again? What is the position of IT after 4 years?
is it possible to learn sap from book without any tutorial. if yes please mention the beginner,s book of sap and also make your valuable advice for self study of sap .
What is the language used for Artificial Intelligence?
i want to improve my english vocab for racking campus written exam plz tell me best book for prepration......
HOW TO FIND NUMBER OF TWOS IN N!(N FACTORIAL)??
how can i apply validation without using errorprovider in C# windows application
I need to fetch all rows from the table based one field value in the table and later do a condition check if the condition is true I will have to move all the rows present in the data base to output file one else if the condition is not satisfied then move all the records of that field value into another file .Please let me know how to do that
how to generate dsnless connectivity in j2ee
hi, all this is shoba m.c.a . i have learned abap but no oppurtunities right now as fresher , right now i want to learn any course on demand any one pls suggest me good course and institute in hyderabad
When we have two versions of the dot net installed how does the compiler know which version of DLL it has to select to an application.
Write 5 differences between Memory Reference Instruction and Register Reference Instruction.
how many trailing zeroes are there in 100! (100 factorial)?