+ 1
what is %d
3 Answers
+ 2
%d specifies signed decimal integer
0
%d is a format specifier used to identify by printf, scanf, or other such functions that the operation will be done on a variable having the format of an integer
0
that use data type int when you want output