What are macros? Write a macro to return the cube of passed value.
Answers
Answered by
0
You search Google
Explanation:
Please fellow me please
Answered by
2
Answer:
Write a C program to find square and cube of a number using macro. How to find cube of a number using macro #define preprocessor directive in C program. Logic to find square and cube of a number using macro.
Till now we have covered basics of macro how to define, undefine and redefine a macro in C programming. In this post I will explain how to find square and sum of two numbers using macro, #define preprocessor directive in C program.
Similar questions