0
&d
What is &d in c program
2 Answers
+ 1
In C programming language, %d and %i are format specifiers as where %d specifies the type of variable as decimal and %i specifies the type as integer.
+ 1
Adding after Dino,
Reference for specifiers đ
http://www.cplusplus.com/reference/cstdio/scanf/
http://www.cplusplus.com/reference/cstdio/printf/



