Computer Science, asked by shraddhashrivastav, 5 months ago

int main(int count,char *argli char *argvect[]){
int i=0;
while(argvect[i]) {
printf("\n%s",argvect[i]);
i++;
}
return 0;
}
Select one:
a. Compiler error
b. Runtime error
c. Give system detail
d. None of these​

Answers

Answered by MohammedAshadali
1

Answer:

a. compiler error is right

Similar questions