Computer Science, asked by Ashwani2376, 9 months ago

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 shahidul07
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