in Compiler Design
1,199 views
0 votes
0 votes

 Determine the types and relative addresses for the identifiers in the following sequence of declarations:

float x;
record { float x; float y; } p;
record { int tag; float x; float y; } q; 
in Compiler Design
1.2k views

Please log in or register to answer this question.

Related questions