25. What is the output of this program?
#include <stdio.h>
#define x 3
int main()
{
int i;
i = x*x*x;
printf("%d",i);
return 0;
}
(1 Point)
Answers
Answered by
0
Answer:
guy you are doing well and I hope you have a great day
Answered by
0
Answer:
27
Explanation:
it is c program of cube of 3.
Similar questions
English,
1 month ago
Hindi,
1 month ago
Social Sciences,
2 months ago
Math,
2 months ago
Math,
9 months ago
Computer Science,
9 months ago
Math,
9 months ago