1.

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

A. ill print Hello World
B. ompiler Error
C. an't Say
D. one of These
Answer» C. an't Say


Discussion

No Comment Found