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
When we use Windows authentication mode
WHAT IS THE MEANING OF CONSTANT ...EXEEDS LENGTH LIMIT WHILE COPYING FROM PS FILE TO KSDS
Given an array of size n, containing every element from 1 to n+1, except one. Find the missing element.
how can we implement locks in plsql?
What binary value will be internally stored for NULL for the type S9(1) COMP 3 in mainframe
purpose of abstraction and interface
in a VB application, where the data will be stored after manipulation? what is the syntax for that?
How to use string functions in QTP?give some examples
Mainly Related to Oracle, DBMS , Oracle Stored Procedures, Functions, Oracle 9i Architecture, Redo logs..., Views,
how to stop execution of step 3 in a job mainframe
shall we execute our java programmes in jre
Can any one give an example (Source Code) on virtual function implemetation in Java?
how will you code the subfile which is in editing mode (multiple case subfile)?
qtp 9.2 14 days demo version was expired.I uninstalled how to reinstall this again
Write a program to find factorial of a number using functions