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
Ok here
None of These

ANSWER DOWNLOAD EXAMIANS APP