C Programming
Determine Output:void main(){ int i; char a[]="�"; if(printf("%sn", a)) printf("Ok here n"); else printf("Forget itn");}

Error
Forget it
None of These
Ok here

ANSWER DOWNLOAD EXAMIANS APP