#include int main(int argc, char *argv[]) { printf("There were %d command line arguments typed.\n",argc); return(0); }