Computer Science, asked by saherhaneef9, 7 months ago

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 Kaushikkalesh
0

KeyWords - Main, int, float, Def, double, = , +, ; , { , } , ' , '

Identifiers - x,y,z,q,r,s,w,t

Similar questions