How many tokens are there in the following code? Also write the type of tokens.
a- printf("i = %d, &i = %x", i, &i );
Answers
Answered by
0
Answer:
there are a total of 10 tokens present here
Explanation:
see,
first, the common token- here the common tokens are , " ;
and next, special tokens- like the % &
and the = sign here is operator symbol
hope this helps
Similar questions
English,
5 months ago
India Languages,
5 months ago
Geography,
10 months ago
Business Studies,
10 months ago