cat
a) push(c, s); push(a, s); push(t, s);
pop(s); pop(s); pop(s);
b) push(c,s); pop(s); push(a,s); pop(s);push(t,s);pop(s);
c) pop(c ); pop(a); pop(t);
d) push(c,s); push(a,s); pop(t);
What are the set of functions that are to be executed to get the following output?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What are the set of functions that are to be executed to get the following output?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!