What does the following code display? void foo (int n) { if (n>= 2) ( int main() ( foo (5); ) O 543 04 05432 05 cout <<
Posted: Sun Jul 03, 2022 12:00 pm
What does the following code display? void foo (int n) { if (n>= 2) ( int main() ( foo (5); ) O 543 04 05432 05 cout << n << " "; foo (n-1); 0432