Jaylab4453 Jaylab4453 11-01-2024 Computers and Technology contestada The following commands are executed using a stack: push(4) push(9) push(11) print(pop()) push(2) print(pop()) print(pop()) What would be the output?a. 11, 9, 4, 2b. 4, 9, 11, 2c. 11, 9, 2, 4d. 2, 11, 9, 4