Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.25 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include <windows.h>
  4. #include <iostream>
  5. using namespace std;
  6. int main(int argv,char *argc[])
  7. {
  8.     printf("argv:\t%d",argv);
  9.     printf("\n%s",*argc);
  10.    
  11.    printf("\n");
  12.     system("PAUSE");
  13. return 0;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement