+ 2
sir what is %d
sir what is %d
6 Respuestas
+ 4
%d is a format specifier used to identify by printf or scanf
ex: printf("%d",n)//tells to print integer n.
+ 4
more specifically d stands for decimal system
0
Thanks
0
Hmmm
0
'%d' is a format specifier, also known as placeholder used to specify the decimal data in other words used to hold the place for upcoming decimal data.
0
why is it when I typed "%i", n it ran.