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

Ok here
None of These
Forget it
Error

ANSWER DOWNLOAD EXAMIANS APP

C Programming
A preprocessor command

has # as the first character
need not start on the first column
need not start on a new line
comes before the first executable statement

ANSWER DOWNLOAD EXAMIANS APP