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

None of These
Ok here
Error
Forget it

ANSWER DOWNLOAD EXAMIANS APP

C Programming
Use of functions

Enhances the logical clarity of the program.
Helps to avoid repeating a set of statements many times.
Helps to avoid repeated programming across programs.
All of these
Makes the debugging task easier.

ANSWER DOWNLOAD EXAMIANS APP