Oct 1, 2008 Cartoons, Comics, Humor, Insane Cartoons, Webcomics
Tags: Boss, Office Cartoons, Work cartoons
LOL! are they campaigning for an election? ;) sorry Anshul, i had to ask a question again this time? ;)
main() { int a=1; while (a<=100) { printf(”Anshul”); a++ } getch() }
That thing above (if it gets posted properly), will print your name 100 times on the screen.) :P
a++ ke baad there should be a semicolon. Sorry bass. :P
I would have rather written this program in GW-Basic. ;)
Name (required)
Mail (will not be published) (required)
Website
XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
Advertise Here
October 1st, 2008 at 7:16 am
LOL! are they campaigning for an election? ;) sorry Anshul, i had to ask a question again this time? ;)
October 1st, 2008 at 4:17 pm
main()
{
int a=1;
while (a<=100)
{
printf(”Anshul”);
a++
}
getch()
}
That thing above (if it gets posted properly), will print your name 100 times on the screen.) :P
October 1st, 2008 at 4:18 pm
a++ ke baad there should be a semicolon. Sorry bass. :P
October 1st, 2008 at 4:23 pm
I would have rather written this program in GW-Basic. ;)