[FONT="] main()[/FONT]
[FONT="] {[/FONT]
[FONT="] clrscr();[/FONT]
[FONT="] printf(“%%%%%%%%%%%”);[/FONT]
[FONT="] getch();[/FONT]
[FONT="] }[/FONT]
What is the Output ?
Give Reason also......................
Member • Dec 3, 2006
Member • Dec 11, 2006
Member • Dec 13, 2006
Excellent pad really thats a great Solution .. i hav not thinked about that ......Please keep posting these kind of brain killing postspad%%%%%
i.e. 5% as %% becomes % when used in printf as % is special here and is escaped. last % doesnt find a matching % so doesnt get printed.
Member • Dec 13, 2006
Member • Jan 20, 2007
Member • Jan 24, 2007
yes!ish_naliniHello guys,
I found the answer for this problem to be "%%%%%%"in Turbo C compiler...Any one to reason it??????
Member • Feb 27, 2007
padyes!
specifications are not always implemented in products...
find a true ANSI compliant version and try again