Computer Science, asked by dinesh2274, 2 months ago

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 eswaramoorthieswaram
0

Answer:

guy you are doing well and I hope you have a great day

Answered by suhailakhtar786
0

Answer:

27

Explanation:

it is c program of cube of 3.

Similar questions