Code Snippets C

#include
int main(int argc, char *argv) {
if ( argc > 1 )
printf ( "You have initiated execution with arguments.");
}