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