Answers for "format using printf"

1

How to print % using printf()?

printf("%%");//use %% to print %
Posted by: Guest on June-02-2021
1

how to print % in printf

printf("100 %% 23"); // the first % is a escape charachter
Posted by: Guest on November-14-2020
0

format using printf

%[flags][width][.precision]conversion-character
Posted by: Guest on July-13-2021

Browse Popular Code Answers by Language