Posted on: Wednesday, 1 October 2008Tags: Boss, Office Cartoons, Work cartoons You can leave a response, or trackback from your own site.
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
No. 1 — 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? ;)
No. 2 — 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
No. 3 — October 1st, 2008 at 4:18 pm
a++ ke baad there should be a semicolon. Sorry bass. :P
No. 4 — October 1st, 2008 at 4:23 pm
I would have rather written this program in GW-Basic. ;)