_jawahir_ Profile Answers by _jawahir_ Jun 17th, 2011 #include<stdio.h>#include<conio.h>main(){char *str;int i;clrscr();printf("Enter a string");gets(str);for(i=0;str[i]!='
Write code sample for string reversal program in c by using for loop and using only one buffer