#define CUBE(x) (x*x*x)
main()
{ int a,b=3;
a=cube(b++);
printf("%d %d",a,b);
}
What should be the value of a and b? My calc a=4 but syst
a=6 how pls tell me if you know it?
Answer Posted / p. smith
27 4 is the output.
the call to the macro sets a = b*b*b with b = 3, 3 cubed is 27
then b is incremented to 4 after the macro call
| Is This Answer Correct ? | 22 Yes | 21 No |
Post New Answer View All Answers
What is stl stand for?
What does stl stand for in basketball?
Can we use stl in coding interviews?
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
what is template and type convertion
What is the stl, standard template library?
how to use C++?
What is a standard template library (stl)? What are the various types of stl containers?
i wanted to know about questions about c,c++ , which is required for placements.... im a fresher
To modify an, existing worksheet. What steps are involved for: 1. Inserting and deleting rows and columns. 2. Printing cell formulas 3Jld displayed values 3. Using the page setup command
What is a list in c++ stl?
Is there any error below, its a code to delete all entires from a map #include
What is a standard template library (stl)?
What is stl stack?
Describe the My Computer and My Documents folders; identify the elements that are present in every Window.