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 |
Do not use more than 3 nested IF. Use Evaluate statement in case of more IF required. Please give a detail explantion besides readability and clarity for Evaluate stmt.
what is the purpose of checked Menu options
1.What is difference between symget and & in sas? 2.what is difference between callsymput and %let?
technical interview questions and process
if 2 is passed as an argument to the method,void GC.Collect then what would be the result?
what is posix?
if heap sort contains n elements, no of comparsions required are
what will we require to build project with the help of oracle
sample and simple coding where we get?
how much fee for deccan soft institute .how to block seat for sandeep sir class reply soonnnn
Given n red balls and m blue balls and some containers, how would you distribute those balls among the containers such that the probability of picking a red ball is maximized, assuming that the user randomly chooses a container and then randomly picks a ball from that.
how to add a new table with variables and thier values into a imported file uisng proc import?