edited by
359 views

1 Answer

1 votes
1 votes

Token : matched with some pattern.

  1. printf - matched with identifier pattern.
  2. (  - matched with symbol ' ( '  pattern.
  3. "i=%d, &i=%x"  - matched with string  pattern.
  4. , - matched with symbol ' , '  pattern.
  5. i  - matched with identifier pattern.
  6. ,  - matched with symbol ' , '  pattern.
  7. &  - matched with symbol ' & '  pattern.
  8. i  - matched with identifier pattern.
  9. )  - matched with symbol ' ) '  pattern.
  10. ;  - matched with symbol ' ; '  pattern.

The total $10$ tokens.

edited by
Answer:

Related questions

3 votes
3 votes
4 answers
1
2 votes
2 votes
2 answers
2
gatecse asked Dec 9, 2020
730 views
Number of letter repeated in the given word $’MEASUREMENTS’$ are indicated in front of each alternative. Identify the correct alternative.$M_2E_2A_2S_2U_1R_1N_1T_1$$M...
2 votes
2 votes
1 answer
3
gatecse asked Dec 9, 2020
712 views
If $09/12/2001(DD/MM/YYYY)$ happens to be Sunday, then $09/12/1971$ would have been a:WednesdayTuesdaySaturdayThursday
2 votes
2 votes
2 answers
4
gatecse asked Dec 9, 2020
778 views
If a cube with length, height and width equal to $10\; cm$, is reduced to a smaller cube of height, length and width of $9\; cm$ then reduction in volume is :$172\;cm^3$$...