edited by
313 views

1 Answer

1 votes
1 votes

printf     "i=%d,j =%f,&i=%x/n" j  ,  &  i  ;

 

Total 12 Tokens, Hence D is the correct option.

Answer:

Related questions

0 votes
0 votes
1 answer
2
admin asked Jan 5, 2019
353 views
The following grammar $\text{G}$ is left recursive.$\text{E} \rightarrow \text{E + T}\; \mid \; \text{T} $$\text{T} \rightarrow \text{T * F} \; \mid \; \text{F} $$\text{F...
1 votes
1 votes
0 answers
3
admin asked Jan 5, 2019
246 views
Match all items in Group $1$ with correct options from those given in Group $2.$$$\begin{array} {|l|l|} \hline \qquad \qquad \textbf{Group 1} & \qquad \textbf{Group 2} \\...
1 votes
1 votes
0 answers
4
admin asked Jan 5, 2019
258 views
Which phase during compilation does a compiler recognize the $\textbf{keywords}$ of a language?Code generationParsingDataflow analysisLexical analysis