C Programming
Determine Output:void main(){ char string[]="Hello World"; display(string);}void display(char *string){ printf("%s", string);}

None of These
Can't Say
Compiler Error
will print Hello World

ANSWER DOWNLOAD EXAMIANS APP