C
Programming and Technical
Programming
Database
void main()
{
printf("%%%%");
}
Read Solution (Total 18)
-
- %(tag) %(character) %(tag) %(character)
tag-must be replaced
character-must be printed - 9 years agoHelpfull: Yes(11) No(0)
- it will print :- % % two time only
- 9 years agoHelpfull: Yes(6) No(0)
- ans: %
this is the answer... - 9 years agoHelpfull: Yes(1) No(1)
- it will print %%
- 9 years agoHelpfull: Yes(1) No(0)
- %% is the ans
- 9 years agoHelpfull: Yes(1) No(0)
- it will display %%%%
- 9 years agoHelpfull: Yes(0) No(3)
- %%%% 4 time will be appears
- 9 years agoHelpfull: Yes(0) No(4)
- the output is %%%%. since any statement inside the printf will be printed as output
- 9 years agoHelpfull: Yes(0) No(2)
- %%% will be printed
- 9 years agoHelpfull: Yes(0) No(1)
- hi answer is % %..why it prints only two times?why cann't four times?
- 9 years agoHelpfull: Yes(0) No(0)
- output :: %%
but why it prints 2 times i dont know
- 9 years agoHelpfull: Yes(0) No(0)
- it will give: %%
- 9 years agoHelpfull: Yes(0) No(0)
- 8655744865747286557448655744
- 9 years agoHelpfull: Yes(0) No(2)
- it must be defined format specifier in printf line
- 9 years agoHelpfull: Yes(0) No(0)
- y 2 times %%?
y 8655744......? - 8 years agoHelpfull: Yes(0) No(0)
- It will prints 2 times -> %%
- 7 years agoHelpfull: Yes(0) No(0)
- %%.Print as output
- 7 years agoHelpfull: Yes(0) No(0)
- Output is %%
first % is tag and 2nd % is print item - 7 years agoHelpfull: Yes(0) No(0)
C Other Question