argv
prompt$ ./seqq 5 20
Note the difference between argv[i] and *argv[i]:
argv[i]
*argv[i]
argv[i][0])