CODES
some learning from problems.
CODES
some learning from problems.
Showing posts with label
Reverse
.
Show all posts
Showing posts with label
Reverse
.
Show all posts
Friday, 6 July 2012
Write a C program to reverse all words but not string.
›
// Input : My name is Kumar // Outout: yM eman is ramuK #include<stdio.h> int main() { char S[50]; int i,...
›
Home
View web version