Find the output of the following program #include G(int x) { static int y = 3; y -= 2; return (y + x); } F(int x) { int y, y = G(x); return (y); } int main() { int x = 8, y = 6, count; for (count = 1; count
Answers
Answered by
1
Answer:
mshbd sujsnnskmxgnsivs yibxvnj
Similar questions