3.1- Generate Symbol Table for following code: Main() { int x, y; Abc(){ float q,r; Def(){ double s,w,t; } } Int z=x+y; }
Answers
Answered by
0
KeyWords - Main, int, float, Def, double, = , +, ; , { , } , ' , '
Identifiers - x,y,z,q,r,s,w,t
Similar questions