Bhuvan InfoTech Android App

Download our Android App and browse Technical News, Projects, Computer Tricks more easily with lots of Interesting Features.

Tuesday, June 14, 2016

Reverse a String | STRREV | C program

#include <stdio.h>
#include <string.h>
 
int main()
{
   char string[1000];
 
   printf("Input a string to convert to lower case\n");
   gets(string);
 
   printf("String in lower case: \"%s\"\n",strrev(string));
 
   return  0;
}
Bhuvan Arora

No comments:

Amazing Deal !