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

Explanation:

%d is used to print integer values in C.

Explore more in Computer Science: