Computer Science, asked by SoujiYarlagadda, 7 months ago

What is the type of array which is accepted by the main () function to store the command
line arguments?​

Answers

Answered by vijay1072021
0

Answer:

argv[] is a pointer array which points to each argument passed to the program.

Similar questions