If you attend class on
10/2,
you will have a chance to do this
assignment in-class for the
C15 grade
Draw the symbol table between line 12 and 13
1. int a; 2. bool f; 3. int m(int arg){ 4. int b; 5. return arg + 1; 6. } 7. 8. int g(){ 9. int c; 10. int d; 11. if (a){ 12. int d; 13. int f; 14. int g; 15. } 16. }