Computer Science, asked by anjumghafoor628, 8 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 dimplerchoudhary
0

Answer:

Explanation: search from Google

Answered by chandancpg
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