#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
write a program that will accept a number and print.its equivalent in words the maximum input number is 9999
What is stl stack?
Define stl.
What does stl stand for in basketball?
i wanted to know about questions about c,c++ , which is required for placements.... im a fresher
How do you convert stl to steps?
What is stl in oop?
How connect plc and pc through software
Can we use stl in coding interviews?
Name the different types of stl containers.
What do stl stand for?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
What is stl language?
write a program to convert a decimal number in to its equivalent binary number?
How stl is different from the c++ standard library?