Which format specifier is used to print an integer in C?

Explanation:
%d is used to print integer values in C.

Latest Blogs