Computer Science, asked by kevy5028, 1 year ago

How to print % using printf()?

Answers

Answered by Anonymous
6

In C the rule to display % is_

printf("Number = %d" testInteger );

Answered by pratibhabariya9
1

printf ("%c", '%');

printf ("%s", "%");

Similar questions