Question: Language is C. Answer is {210BA} but HOW does it work (please be thorough) Write the output of the following program on the answer sheet:

Language is C. Answer is {210BA} but HOW does it work (please be thorough)
Write the output of the following program on the answer sheet: void f (char *p) if (*p) f (p 1) printf("&c", *p) int main() // print "{" to screen printf("%c", ,' ); f ("AB012" printf("&c ", '' return 0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
