Recent questions tagged compilation-phases

1 votes
1 answer
3
According to the solution, there is no error in the program. And I ran the program there is no error. But how the rank is declared as int and initialized by 10.3 which is...
0 votes
1 answer
5
4 votes
3 answers
7
Which one indicates a technique of building cross compilers?Beta crossCanadian crossMexican crossX-cross
0 votes
0 answers
8
I am having difficulty in finding the type of errors like if given a statement, if I have to tell which type of error it is ( syntax or semantic). Can anyone help me with...
0 votes
1 answer
9
Any transcription error can be repaired by(a) insertion alone (b) deletion alone(c) insertion and deletion alone (d) replacement alone
0 votes
1 answer
10
What is the best resources to study Handles in compiler Design ?I can not understand this.
0 votes
0 answers
12
Why we need turning machine in semantic analysis?Why we need PDA in syntax analysis?
2 votes
1 answer
16
2 votes
1 answer
17
0 votes
1 answer
18
39 votes
5 answers
19
Match the following according to input (from the left column) to the compiler phase (in the right column) that processes it:$$\begin{array}{|l|l|}\hline \text{P. Syntax t...
2 votes
1 answer
20
29 votes
3 answers
21
Match the pairs in the following questions:$$\begin{array}{ll|ll} (a) & \text{Lexical analysis} & (p) & \text{DAG's} \\\hline (b) & \text{Code optimization} & (q) & \tex...
16 votes
2 answers
22
In a compiler the module that checks every character of the source text is called:The code generator.The code optimiser.The lexical analyser.The syntax analyser.
2 votes
1 answer
24
0 votes
1 answer
26
What exactly a translation Process is ? in compiler Design .Can someone explain Briefly .
0 votes
1 answer
28
22 votes
1 answer
29
Match the following:$$\begin{array}{ll|ll}\hline \text{(P)} & \text{Lexical analysis} & \text{(i)} & \text{Leftmost derivation} \\\hline \text{(Q)} & \text{Top down pars...