retagged by
1,409 views

4 Answers

Best answer
6 votes
6 votes

printf

(

"string"

,

++

& &

*

*

*

a

)

;

12 tokens

selected by
3 votes
3 votes

My answer is

edited by

Related questions

2 votes
2 votes
5 answers
4
Mizuki asked Nov 11, 2018
1,840 views
What it the number of tokens in the following line?printf("%d numbers.", &x);