Embedded Systems Training
Saturday, 25 July 2015
Program to reverse a given string:
#include < stdio.h >
#include < string.h >
void ReverseString (char *String);
main()
{
char string[] = "Episteme Soft India";
ReverseString(string);
more at below link
http://www.epistemesoft.com/Articles.aspx
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment