Computer Science, asked by rksanthosh777, 2 months ago

main()



{



int x=6, y = 5;



a(6,5);



}



void a(int x, int y)



{



int z=x+y;



}​

Answers

Answered by arkadeepjhapri
0

Answer:

the answer is xy square

Similar questions