#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 / jesaul
The code will not compile. The macro is in wrong case.
After fixing that you would get 27 6
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
What is stl stack?
How is stl different from c++ standard library?
Name the different types of stl containers.
Define stl.
How do you convert stl to steps?
What is the stl, standard template library?
When did c++ add stl?
What do stl stand for?
What is stl stand for?
Is stl part of c++ standard?
What is stl in oop?
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
sir please send me bpcl previous question papers
Can we use stl in coding interviews?
Describe how to safeguard a system through acquisition of an antivirus Program and systematic backup.