0
Why there is two times 10%% ???
6 Respuestas
+ 1
Hey there! Could you please share the code/question you’re talking about?
+ 1
% is a special sign, a placeholder, to 'copypaste' variables into a string, for example:
int n = 5;
printf("%d", n);
Sometimes, though, you want to write a %. Then you need to write the sign two times.
+ 1
Thank you 😊
0
C language
0
Printf("Top 10%%. \n")
And the output is 10%
0
There if and else statement....and the code I have written is in if condition