Q. Which format specifier is used for unsigned int in printf?
β
Correct Answer: (C)
%u
Explanation: %u is used to print unsigned integers.