#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 / riadh khedhiri
the output on a my box:
Linux 2.6.32-22-generic-pae #36-Ubuntu SMP Thu Jun 3 23:14:23 UTC 2010 i686 GNU/Linux with gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3
a = 27
b = 6
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
What is stl language?
write a program that will accept a number and print.its equivalent in words the maximum input number is 9999
a program using one dimensional array that searches a number if it is found on the list of given input numbers given by the user and locate its exact location in the list.
Describe the My Computer and My Documents folders; identify the elements that are present in every Window.
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
write a program to convert a decimal number in to its equivalent binary number?
what is template and type convertion
i wanted to know about questions about c,c++ , which is required for placements.... im a fresher
Can we use stl in coding interviews?
When did c++ add stl?
What is stl stack?
Is string part of stl?
What are stl algorithms?
What is a list in c++ stl?