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
Floating literal They can be written in common decimal as well as scientific notation (floating point representation). By default it is of type double. F, L is applied only to
What is MIME? MIME - Multi-purpose Internet Mail Extensions. MIME types signifies a standard way of classifying file types over Internet. Browsers and Web servers have
Please give me a programming code of first & follow with c or c++ laqnguage .When anyone give me the programming code of first & follow please explain every lines with the help
#questiStarting with a blank solution, write a program to prompt the user for an employee number, hourly rate and hours worked. Compute and display the employee number, gross weekl
In the Byteland country a string "s" is said to super ascii string if and only if count of each charecter in the string is equal to its ascci value in the byteland country ascii co
Prepare a script for providing Instagram Followers/Likes I need to prepare a panel where my customer able to get Instagram followers or likes automatically. - A panel where I
Operator Overloading Fundamentals The C language uses the concept of Operator Overloading discreetly. The asterisk (*) is used as multiplication operator as well as indirect
Goals For this assignment you will write programs in C and LC-3 assembly code. Both programs will perform the identical recursive algorithm. The goals of this programming assignmen
Define Some Features of Automatic Variables in C program? The features of automatic variables are like as Storage - memory Default initial value - an unpredictable value,
Aim: To implement a program to maintain information of employees in an educational institute using inheritance. Code: class staff {
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: +91-977-207-8620
Phone: +91-977-207-8620
Email: [email protected]
All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd