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!
# include stdio.h>
# include conio.h>
# include string.h>
void main()
{
int i=0,j=0;
char a[100],temp;
clrscr();
for(i=0;i<100;i++)
a[i]=0;
}
i=0;
printf("\nENTER THE STRING: ");
gets(a);
for(i=0;a[i]!='\0';i++)
for(j=0;a[j]!='\0';j++)
if(a[i] { temp=a[i]; a[i]=a[j]; a[j]=temp; } } } for(i=0;a[i]!='\0';i++) { printf("%c",a[i]); } getch(); } OUTPUT : ENTER THE STRING: KAMLESH D MENGAR AADEEGHKLMMNRS
temp=a[i];
a[i]=a[j];
a[j]=temp;
printf("%c",a[i]);
getch();
OUTPUT :
ENTER THE STRING: KAMLESH D MENGAR
AADEEGHKLMMNRS
Write a program to find the area under the curve y = f(x) between x = a and x = b, integrate y = f(x) between the limits of a and b. The area under a curve between two points can b
Project Description: We own proprietary software which long ago had Copyminder protection added. We no longer have the source code or a relationship with the original coder and
How do you access the values within an array? - Arrays comprise a number of elements, which depends on the size you assigned it during variable declaration. - Every element
write a simple c++ program to that use the value to add five number .your program should prompt the user to enter these five numbers one after the other
Create a user-defined data structure (struct) called Node that represents a node within a linked list where the "data" stored in each node is a pointer to a Car object. a) Wr
example of program to ad two numbers
Step 1 Define the start of the program It should be noted that within C all commands should end in a semi-colon. For most of your programs the definition of a program header as
#include
1. Dene a function chomp :: String -> String that selects a run of repeated characters from the start of a string with the run being as long as possible. For example ch
I have a mini project where I need to write a code .wonder if someone can help me.I already have the forms and webmaster page done just need to code portion
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