Open In App

GATE | GATE-CS-2000 | Question 18

The number of tokens in the following C statement.




printf("i = %d, &i = %x", i, &i);

is
(A) 3
(B) 26
(C) 10
(D) 21

Answer: (C)
Explanation: See question 4 of https://www.geeksforgeeks.org/c-language-set-1/amp/
Quiz of this Question

Article Tags :