I've been solving question for GATE exams. I don't know about how to count tokens. I referred in many books and online. but couldn't find the answer.
please tell, how many tokens are present in the following program?
printf("i = %d, &i = %x", i, &i);
thanks in advance.