c user input from command line code example Example: get user input c int c; printf( "Enter a value :"); c = getchar( );