Q. Consider the following statements:(I) The output of a lexical analyzer is groups of characters.(II) Total number of tokens in printf("i=%d, &i=%x", i, &i); are 11.(III) Symbol table can be implementation by using array and hash table but not tree.Which of the following statement(s) is/are correct? (Solved)
1. Only (I)
2. Only (II) and (III)
3. All (I), (II), and (III)
4. None of these
- d. None of these