Question: solve it as soon as possible 7. The following function prints a string in reverse order, pick the corre statement for missing part, Void reverse
7. The following function prints a string in reverse order, pick the corre statement for missing part, Void reverse String(char str[]) { int L=strlen(str); int i; for { printf("%c",str[i]); } } a) i=0;i>L; i++ b) None c) i=L-1;i= 0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
