How to print % using printf()?
Answers
Answered by
6
In C the rule to display % is_
printf("Number = %d" testInteger );
Answered by
1
printf ("%c", '%');
printf ("%s", "%");
Similar questions
Physics,
6 months ago
History,
6 months ago
Social Sciences,
1 year ago
Physics,
1 year ago
English,
1 year ago