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

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

ANSWER DOWNLOAD EXAMIANS APP