Forum: Computer Science Mar 1st, 2009 |
| Replies: 4 Views: 1,491 i have this question..
show the state of the stack and the value of each variable after execution of the following statements.
let A=5, B=3, C=7
push A onto stack
push C*C onto stack
pop... |