how to invoke the macro in another macro?
Answer Posted / 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 |
Post New Answer View All Answers
what is d main diff between the java and .net framework
how does database connection using ADO.NET?
which worker is involved in all the phases of SDLC?
I need source code for Enrollment System using Visual Basic 6.0/2008 database MS Access 2007 for my school thesis project...please help me..kindly send in my email jpinedamcp@gmail.com
what is web service in java? have u use before.
What r the attributes using in Win Runner?
Is buffer size and file block size is similar? If similar,at which case it will be same size?
how will you code the subfile which is in editing mode (multiple case subfile)?
Hi can you please send me recent(present) interview questions and technical qyestions with answers for "BUSSIESS OBJECTS" and "DATA WAREHOUSE".pls its urgent for me my mail id is sekhar.cs82@gmail.com,manjuforgis@gmail.com. thanks in advance
How can we develop a multi-tier application in Java?
why not instantiating servet using new operator?
Hi All, Can any one please send me the difference between informatica 7i and 8i versions, Thanks in advance. vinod
Suppose server object is not loaded into the memory, and the client request for it , what will happen?
Which language they use during interview?
how can we implement locks in plsql?