Question: using C programming. thank you in advance Question L Code below is used to reverse the string inputted by user as in Figure l Enter

using C programming. thank you in advance
Question L Code below is used to reverse the string inputted by user as in Figure l Enter the string to rverse: programning The reverse string is: gnimmargorp Figure 1 Re-write the code below to use pointers and a function str_reverse) to produce the same output as shown in Figure 1 int main(void) char a [15] int i 0, j, temp; printf("In"): printf("Enter the string to reverse: n"); scanf('%s", a); jstrlen (a) 1; while(i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
