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
hi all, i need ur help in preparing a sql which performs scd2, i mean i have a scd2 mapping i need a sql which can give me same result as scd2 mapping, SRC table: cust_no, loc 01 abc 02 xyz TGT table: pm_ky cust_no loc current_flag 1 01 abc Y 2 02 xyz Y cust 1 has changed his loc to xyz then it loads into TGT table as below, pm_ky cust_no loc current_flag 1 01 abc N 2 02 xyz Y 3 01 xyz Y i need sql to get the above result, hope got me question, Any suggestion will be appreciate.. thanks, Vinod
I am work in it aompenei
what are resources in case of Threads
how sap is different from other software ?
what do u mean by tagging
Can i please VHDL code for D-Latch with clear input ?? (HINT: Set up a “Process” with appropriate sensitivity list to get the desired D-Latch with Clr working.) Inputs and Outputs: entity Lab4b is Port ( Clr, Clk, D : in STD_LOGIC; Q : out STD_LOGIC); end Lab4b;
how to add a new table with variables and thier values into a imported file uisng proc import?
the systematic access of small computers in a distributed data processing system is referred as?
ok how would i do the following extract from a file i have ssns = 267907230 which are in column 7 into a separate data set then create a 2nd job step to extract from the data set created the following "fund code" which is in column 31 and is 113 into yet another data set
What is diffrent between Method and and function in c#
how do we provide security for web services
Describe the difference between Interface-oriented, Object-oriented and Aspect-oriented programming
How can recruiter justified that the candidate is expert in Algorithm and datastructure for Software product development ?
Find out the roles which gives access to all tables in SAP? Thanks in advance.
how many types of bytes are there???