info@avatto.com
+91-9920808017
0. Consider the following two functions. void fun1 (int n) { if (n == 0 ) return; printf (“%d” , n); fun2 (n - 2); printf (“%d” , n); } void fun2 (int n) { if (n = = 0) return ; printf (“%d” , n); fun1(++n) ; printf (“%d” , n); } The output printed when fun1(5) is called is
53423122233445
53423120112233
53423122132435
53423120213243
Your email address will not be published. Required fields are marked *
Report
Name
Email
Website
Save my name, email, and website in this browser for the next time I comment.
Comment
Login with Facebook
Login with Google
Forgot your password?
Lost your password? Please enter your email address. You will receive mail with link to set new password.
Back to login