Answers for "How to print % using printf()?"

2

how to print % in printf

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

Browse Popular Code Answers by Language