[Solved] Explain Working Logic Code Written C Language Q37165230

Explain the working logic of this code written in Clanguage.
void func(char *p) if( *p-=-10′) else printf(“%c”,”(p-1)); return; func(p+2): void main (void) char s[)-“Karachi”; func(s); Show transcribed image text void func(char *p) if( *p-=-10′) else printf(“%c”,”(p-1)); return; func(p+2): void main (void) char s[)-“Karachi”; func(s);
Expert Answer
Answer to Explain the working logic of this code written in C language…. . . .
OR

