#define square(x) x*x
main()
{
int i;
i=64/square(4);
printf("%d",i);
}
Answers
Answered by
0
Answer:
the answer should be
%d4
Explanation:
hope this will help you..
please mark as brainliest..please
thank you
Similar questions