#include // The input values from VCSSL are passed in the argv arguments below // Note: argv[0] contains the program name or path by C language convention int main(int argc, char *argv[]) { printf("-- Output from the C program --\n"); // Print all arguments to standard output for (int iarg=0; iarg