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 |
what is the extension of SPDS Dynamic cluster tables?
Define Form modules, Class modules and Standard modules
Given a arbitrary pointer to an element in a singly linked list?what is the time complexity for its deletion .
How can successful and thorough systems planning, analysis, and design be ruined by poor systems construction and implementation? How can poor systems analysis or design ruin a smooth construction and implementation? For both questions, list some consequences
Wrtite a JCL for sorting a file with start from 36 postion lenth 9 excluding a num eq to 98768. for 3 marks mainframe
Write a program to implement BFS/ DFS routine in a connected graph
what is the current salary package in India for a lamp programmer
what are stubs related to foxpro?
what is the difference between Windows application and Unix application?
Given three sides of a triangle. Write the Program to determine whether the triangle is : 1) Invalid 2) Right Angled 3) Isoscales 4) Equilateral 5) Not Special An Isoscales right angled triangle should be taken as a Right Angled Triangle
3 Answers FFC, Goldman Sachs, Student,
What is SOLID Principle in Programming Language?
How same session variable can be used in both Asp and Asp.net?