Answers for "printf("%d",5)"

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
-1

printf("%d", 10 ? 0 ? 5:1:1:12) what will print

printf("%d", 10 ? 0 ? 5:1:1:12)
Posted by: Guest on July-07-2020

Code answers related to "C"

Browse Popular Code Answers by Language