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

Forget it
Ok here
None of These
Error

ANSWER DOWNLOAD EXAMIANS APP

C Programming
String concatenation means -

Partitioning the string into two strings.
Merging two strings.
Comparing the two strings to define the larger one.
Combining two strings.
Extracting a substring out of a string.

ANSWER DOWNLOAD EXAMIANS APP