Computer Science, asked by suvhamverma1, 1 month ago

Consider, three numbers x, y, z and constant value PI=3.1415, calculate and display the following result using macros (preprocessor directives). a) z = PI * mult(x,y) /* the macro mult(x,y) perform the multiplication of x & y*/ b) z = PI * sum(x,y) /* the macro sum(x,y) perform the addition of x & y*/​

Answers

Answered by sangitadebnath588
0

sorry I have no idea on this topic

Similar questions