#include
#define sqr(i) i*i
main()
{
printf("%d %d", sqr(3), sqr(3+1));
}
A. 9,7
B.9,16
C.9,9
D. None of the above
Answers
Answered by
39
Answer:
When submerged in an aquatic environment, new leaf growth from terrestrial plants has been found to have thinner leaves and thinner cell ...
Answered by
0
Answer:
A is answer
Explanation:
here we using sqr function for 3 so it will become 9,7
Similar questions