What is the type of array which is accepted by the main () function to store the command
line arguments?
Answers
Answered by
0
Answer:
argv[] is a pointer array which points to each argument passed to the program.
Similar questions