Already have an account? Get multiple benefits of using own account!
Login in your account..!
Remember me
Don't have an account? Create your account in less than a minutes,
Forgot password? how can I recover my password now!
Enter right registered email to receive password!
C Program for REVERSE THE WORD IN STRING
#include conio.h>
#include stdio.h>
#include string.h>
void main()
{
char a[50],b[25][25],temp;
int i=0,j=0,k=0,l[25],c=0,c1=0,t=0;
clrscr();
for(i=0;i<25;i++)
for(j=0;j<25;j++)
l[i]=0;
b[i][j]=0;
}
i=0;
j=0;
printf("ENTER THE STRING: ");
do
a[i++]=getchar();
}while(a[i-1]!='\n');
a[i]='\0';
for(i=0;a[i]!=0;i++)
if(a[i]!=' ' && a[i]!='\n')
l[c]=l[c]+1;
b[c][c1++]=a[i];
else
c++;
c1=0;
c=0;
for(i=0;l[i]!=0;i++)
for(j=0;b[i][j]!=0;j++)
if(b[i][j]=='A' || b[i][j]=='a' || b[i][j]=='E' || b[i][j]=='e' || b[i][j]=='I' || b[i][j]=='i' || b[i][j]=='O' || b[i][j]=='o' || b[i][j]=='U' || b[i][j]=='u')
c=1;
if(c==1)
c1=l[i];
c1--;
t=l[i];
t=t/2;
for(k=0;k { temp=b[i][k]; b[i][k]=b[i][c1]; b[i][c1]=temp; c1--; } c=0; } } for(i=0;l[i]!=0;i++) { printf("%s ",b[i]); } getch(); } OUTPUT : ENTER THE STRING: KAMLESH D MENGAR HSELMAK D RAGNEM
temp=b[i][k];
b[i][k]=b[i][c1];
b[i][c1]=temp;
printf("%s ",b[i]);
getch();
OUTPUT :
ENTER THE STRING: KAMLESH D MENGAR
HSELMAK D RAGNEM
Ask questioGiven an integer n and a permutation of numbers 1, 2 ... , n-1, n write a program to print the permutation that lexicographically precedes the given input permutation. I
What if I wish a local to "die" before the close} of the scope wherein it was created? Can I call a destructor on a local if I want to?
Project Description: I have a barber salon I am seeking someone to build me software for my PARTNER PT6910 touch screen till system. This software must add multiple staff login
In this problem you are given a board in which some of the elements are placed as shown in diagram below. Each element represents a color. Fill the other elements in the board, suc
When I develop a destructor, do I require to explicitly call the destructors for my member objects?
Read numbers form user and place them in array: Program is to read a group numbers of numbers form user and place them in array type of float and sort them void sort(floa
Write a program that finds the minimum total number of shelves, including the initial one required for this loading process
Write a C program to compute the factorial of 5 i.e 1x2x3x4x5 etc #include stdio.h void main() { char promt; int factor; factor = 1*2*3*4*5; printf("The fac
How do you write the code for summations
Explain the bit fields portable or not? - No, Bit fields aren't portable. - As Bit fields can't span machine words and number of bits in a machine word is different on diff
Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!
whatsapp: +1-415-670-9521
Phone: +1-415-670-9521
Email: [email protected]
All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd