Answer:
21 10 21
Explanation:
The called functions are m2() first which has the following implementation it called m1() which changes the value of x to 30 and print out y + 1 = 21 note x = 30 within m1() after execution of m1() x = 10 then called m1 x = 30 and print out y + 1 = 21 therefore answer is
21 10 21