#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 / jayprakash singh
in question we use #define CUBE(X) (X*X*X) but in main
function we use a=cube(b++);
what is this i think it is wrong it must be error at
compile time.
if we use a=CUBE(b++); instead of a=cube(b++);then output
will be 27 6
becuse 1st (3*3*3)=27 then increment of value b thrice so b=6
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
Can we use stl in coding interviews?
What is stl in c++ with example?
please visit this site you'll find my question this is my homework please answer it if you can http://easyscience.org/ib/lofiversion/index.php/t36168.html
totoo po ba ang manga aliens!
i wanted to know about questions about c,c++ , which is required for placements.... im a fresher
Is there any error below, its a code to delete all entires from a map #include
Is stl part of c++ standard?
how to use C++?
What is meant by stl in c++?
sir please send me bpcl previous question papers
How stl is different from the c++ standard library?
Describe how to safeguard a system through acquisition of an antivirus Program and systematic backup.
help me i need a c++ program which takes sequesnce of characters and outputed sequence of their token taypes, work same compiler in lexical analysis phase
Do you like to Submit Questions in Bulk under Same Category?? Then use our Bulk ListerDo you like to Submit Questions in Bulk under Same Category?? Then use our Bulk Lister
What is stl stand for?