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

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

ANSWER DOWNLOAD EXAMIANS APP