Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Need help

Name: Anonymous 2010-06-24 7:08

hi sir,
I need help working code to print third message of program as follows :

#include <stdio.h>

void main(int argc,char argv[][])
{
 if(argc=3)
 {
  printf("%s",argv[3]);
 }
 return 0;
}

please help .
thank you for appreciation.

Name: Anonymous 2010-06-24 22:23

>>7
#include <stdio.h>
int main(int argc, char **argv) { return fflush(fputs(argv[(argc | (argc > 3) * 3) & 3], stdout), stdout); }

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List