World Top Softwares
Login Please

Join the forum, it's quick and easy

World Top Softwares
Login Please
World Top Softwares
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
 
 

Display results as :
 


Rechercher Advanced Search

Log in

I forgot my password

Latest topics
» Practically as cut-price as files
solutiom of string EmptyMon Aug 01, 2011 11:44 pm by Guest

» Netbook Brands
solutiom of string EmptyMon Aug 01, 2011 5:39 am by Guest

» backlinks checker backlink service
solutiom of string EmptySun Jul 31, 2011 8:56 am by Guest

» how to buy facebook fans f4
solutiom of string EmptySat Jul 30, 2011 2:34 pm by Guest

» Alle bijzondere dingen in de zaanstreek
solutiom of string EmptySat Jul 30, 2011 8:11 am by Guest

» HERE YOU CAN POST ALL WEBSITE LINKS...
solutiom of string EmptyWed Aug 26, 2009 2:16 pm by onesimpletech

» cool web site for all must check it
solutiom of string EmptyMon Jul 06, 2009 2:32 pm by Snopy Cobra

» poetry spirit
solutiom of string EmptyMon Jul 06, 2009 2:31 pm by Snopy Cobra

» best to learn VC++
solutiom of string EmptySun May 10, 2009 3:22 pm by Guest

Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search
Statistics
We have 30 registered users
The newest registered user is deigavr

Our users have posted a total of 191 messages in 126 subjects
Who is online?
In total there is 1 user online :: 0 Registered, 0 Hidden and 1 Guest

None

[ View the whole list ]


Most users ever online was 125 on Wed Apr 07, 2021 9:18 am
RSS feeds


Yahoo! 
MSN 
AOL 
Netvibes 
Bloglines 



solutiom of string

Go down

solutiom of string Empty solutiom of string

Post by Snopy Cobra Mon Feb 16, 2009 12:16 pm

#include
#include
#include

void main()
{
char str[10],temp;
int i,len;
printf("Enter String : ");
scanf("%s",str);
len=strlen(str)-1;
for(i=0;i {
temp=str[i];
str[i]=str[len];
str[len--]=temp;
}
printf("%s",str);
getch();

}
Snopy Cobra
Snopy Cobra
Admin
Admin

Number of posts : 99
Age : 34
Location : Bahria University Karachi
Reputation : 0
Registration date : 2008-07-31

https://telecompk.forumotion.com

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum