Search for question
Question

6. Given the following main function of a program named my list, if a user types the command line “./mylist 32 64 " for its execution, what will happen? (5

Points)int main(int argc, char **argv){

Fig: 1

Fig: 2