Loading...
Engaged Employer
Reverse a string
Anonymous
void main() { int i=0; char arr[10]="abcd"; while(arr[i]!='\0') i++; for(i=i;i>=0;i--) printf("%c",arr[i]); getch(); }
Wrote a c code to reverse string in place.. that is without using temporary array
Check out your Company Bowl for anonymous work chats.
Get actionable career advice tailored to you by joining more bowls.
Stay ahead in opportunities and insider tips by following your dream companies.
Get personalized job recommendations and updates by starting your searches.