1) Please send mail to [email protected], not the moderator address

2) Please use standard English. This is not a chatroom or cellphone text.

---------- Forwarded message ----------
From: Pawan Pinjarkar <[EMAIL PROTECTED]>
Date: Sat, Mar 1, 2008 at 10:46 AM
Subject: help me on output
To: [EMAIL PROTECTED]


here is the code.CAN ANYONE TELL me y d o/pis like this:::
OUTPUT::::
                      %dasdfg
AND here is the code:>
#include<stdio.h>
void main( )

Use int main()

{
      printf("\n %%dasdfg");
}
Questions:
1> why d o/p is coming like this?

%% prints a literal % in the output, and everything after is printed
as literal text also. What are you trying to output?

-- Brett
------------------------------------------------------------
"In the rhythm of music a secret is hidden;
    If I were to divulge it, it would overturn the world."
               -- Jelaleddin Rumi

Reply via email to