can anyone please help me to figure out the 10 tokens present in a following c statement???
printf("i = %d, &i = %x", i, &i);
no....i dont even know what does tokens mean in c:(
Tokens are what the compiler picks apart when it is parsing your statement.
Make a stab at it.
Last edited on
I'd parse that. Yeah, that's right.