Answers for "how to print %d in c"

C
1

%d in printf in c

%s - Take the next argument and print it as a string
%d - Take the next argument and print it as an int
Posted by: Guest on May-04-2021

Code answers related to "C"

Browse Popular Code Answers by Language