Computer Science, asked by yaazhinipriyan, 3 months ago


#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 Anonymous
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 pavaniguru1804
0

Answer:

A is answer

Explanation:

here we using sqr function for 3 so it will become 9,7

Similar questions