InterviewSolution
Saved Bookmarks
| 1. |
Consider the following grammar:S→aSB|dB→bThe number of reduction steps taken by a bottom-up parser while accepting the string aaadbbb is 7 |
|
Answer» Consider the following grammar: S→aSB|d B→b The number of reduction steps taken by a bottom-up parser while accepting the string aaadbbb is
|
|