695 views

Please log in or register to answer this question.

Related questions

2 votes
2 votes
0 answers
2
Sanjay Sharma asked Oct 22, 2017
2,599 views
Q1. Which activity is not included in the first pass of two passassemblers?(A) Build the symbol table(B) Construct the intermediate code(C) Separate mnemonic opcode and o...
0 votes
0 votes
0 answers
3
1 votes
1 votes
0 answers
4
Pradeep A asked Oct 8, 2018
338 views
i, j; int;void P(x:int){printf(x+10);i=10;j=20;printf(x);}void main(){i=50;j=60;P(i+j);} o/p =call by name=call by text=call by need=