Loading...
Is this your company?
Reverse the string and write the code.
Anonymous
Projects description accordingly and the code itself
#include #include int main() { char arr[100]; printf("Enter a string to reverse\n"); gets(arr); strrev(arr); printf("Reverse of the string is \n%s",arr); return 0; }
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.