Computer Science, asked by karthikeyanINDIAN, 3 days ago

#include

int main()
{
int i=3,j;
j= ++i * ++i * ++i;
printf("%d",i);
printf("\n");
printf("%d",j);
}

answer i = 6 , j = 150

but 4*5*6 = 120

how ?

Answers

Answered by asengar13430
0

Answer:

the answer is idk

Explanation:

please find the answer soon

Similar questions