22.2k views
2 votes
What does %d stand for in C language?​

1 Answer

3 votes

Answer:

Step-by-step explanation:

%d is used to format the output in C programming language. If we want to print an integer, we use %d. It is called a format specifier.

User Micjamking
by
6.9k points